神华佗【五灵】bugfix

This commit is contained in:
mengxinzxz 2024-01-20 21:51:47 +08:00
parent dac401139a
commit a706ea6c41
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
case '鹤':
return true;
case '猿':
return game.hasPlayer(target=>target!=playertarget.countGainableCards(player,'e'));
return game.hasPlayer(target=>target!=player&&target.countGainableCards(player,'e'));
default:
return false;
}