TW郭淮【御嶂】ai修复

This commit is contained in:
mengxinzxz 2023-11-11 02:02:25 +08:00
parent d8c14ac044
commit 0ae73e0b69
1 changed files with 2 additions and 1 deletions

View File

@ -10939,7 +10939,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
},
check:function(event,player){
if(event.name=='phaseDiscard') return player.needsToDiscard();
return event.name=='phaseJudge';
if(event.name=='phaseJudge') return player.countCards('j');
return false;
},
content:function(){
player.removeMark('twjingce',1);