bugfix
This commit is contained in:
parent
7a3044d58b
commit
4984d78209
|
@ -8776,9 +8776,9 @@ export const Content = {
|
|||
game.dead.push(player);
|
||||
_status.dying.remove(player);
|
||||
|
||||
game.tryDieAudio(player);
|
||||
}, player);
|
||||
|
||||
game.tryDieAudio(player);
|
||||
game.addVideo("diex", player);
|
||||
if (event.animate !== false) {
|
||||
player.$die(source);
|
||||
|
|
Loading…
Reference in New Issue