This commit is contained in:
lieren2023 2024-02-16 21:14:53 +08:00 committed by GitHub
parent ec647e130a
commit 141e3683c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6480,11 +6480,11 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
};
if(trigger.result.judge>0){
trigger.result.bool=true;
trigger.player.popup('洗具');
trigger.player.popup('改命成功');
}
if(trigger.result.judge<0){
trigger.result.bool=false;
trigger.player.popup('杯具');
trigger.player.popup('改命失败');
}
game.log(trigger.player,'的判定结果为',card);
trigger.direct=true;