吕范【典财】bugfix

This commit is contained in:
mengxinzxz 2024-03-07 09:04:37 +08:00
parent ae40bef3e5
commit 697254765a
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
audio:2, audio:2,
inherit:'mbdiancai', inherit:'mbdiancai',
filter(event,player){ filter(event,player){
if(!player.getHp()||_status.currentPhase===player) return false; if(_status.currentPhase===player) return false;
let num=player.getHistory('lose',evt=>{ let num=player.getHistory('lose',evt=>{
return evt.cards2&&evt.cards2.length&&evt.getParent('phaseUse')==event; return evt.cards2&&evt.cards2.length&&evt.getParent('phaseUse')==event;
}).reduce((sum,evt)=>{ }).reduce((sum,evt)=>{