This commit is contained in:
mengxinzxz 2024-04-08 19:43:29 +08:00
parent da340e183c
commit 6bb51597c8
1 changed files with 1 additions and 1 deletions

View File

@ -4246,7 +4246,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
},
preHidden:true,
async cost(event,trigger,player){
event.result=await player.chooseCard(get.prompt('fakekeshou'),'弃置两张颜色相同的牌,令即将受到的伤害-1','he',2,card=>{
event.result=await player.chooseToDiscard(get.prompt('fakekeshou'),'弃置两张颜色相同的牌,令即将受到的伤害-1','he',2,card=>{
return !ui.selected.cards.length||get.color(card)==get.color(ui.selected.cards[0]);
}).set('logSkill','fakekeshou').set('complexCard',true).set('ai',card=>{
if(!_status.event.check) return 0;