Update game.js

This commit is contained in:
CatIgnore 2023-10-22 12:09:50 +08:00 committed by GitHub
parent 34530c6ccf
commit 3148fdb8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19504,7 +19504,7 @@
event.hujia=Math.min(-num,player.hujia);
event.getParent().hujia=event.hujia;
event.num+=event.hujia;
// game.log(player,'的护甲抵挡了'+get.cnNumber(-num)+'点伤害');
// game.log(player,'的护甲抵挡了'+get.cnNumber(event.hujia)+'点伤害');
player.changeHujia(-event.hujia).type='damage';
}
//old part