From f4aa4915f197d8f7f4200cc217e3983d2009c43b Mon Sep 17 00:00:00 2001 From: CatIgnore <137709037+CatIgnore@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:39:28 +0800 Subject: [PATCH] Update game.js --- game/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/game.js b/game/game.js index 6df8eb5b4..fb2b0f255 100644 --- a/game/game.js +++ b/game/game.js @@ -19540,7 +19540,7 @@ // player.hujia=0; // } if(num<0){ - switch(type){ + switch(event.type){ case 'damage': game.log(player,'的护甲抵挡了'+get.cnNumber(-num)+'点伤害'); break;