Update game.js

This commit is contained in:
CatIgnore 2023-10-22 00:39:28 +08:00 committed by GitHub
parent 644a534b4e
commit f4aa4915f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19540,7 +19540,7 @@
// player.hujia=0; // player.hujia=0;
// } // }
if(num<0){ if(num<0){
switch(type){ switch(event.type){
case 'damage': case 'damage':
game.log(player,'的护甲抵挡了'+get.cnNumber(-num)+'点伤害'); game.log(player,'的护甲抵挡了'+get.cnNumber(-num)+'点伤害');
break; break;