This commit is contained in:
kuangshen04 2024-05-12 23:17:59 +08:00
parent 7a3044d58b
commit 4984d78209
1 changed files with 1 additions and 1 deletions

View File

@ -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);