This commit is contained in:
mengxinzxz 2024-04-17 10:12:41 +08:00
parent 9218ac1769
commit 43010c74a4
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ game.import("character", function () {
return evt.getParent(4)==event;
}).reduce((sum,evt)=>sum+evt.num,0);
if(num) await player.draw(num);
if(!game.hasPlayer(current=>{
if(!game.hasPlayer2(current=>{
return current.getHistory('damage',evt=>{
return evt.getParent(4)==event;
}).length;