杨奉【血途】bugfix
This commit is contained in:
parent
d5f6114813
commit
18049cb70f
|
@ -459,7 +459,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
delete player.storage.mbxuetu_used;
|
||||
});
|
||||
}
|
||||
player.markAuto('mbxuetu_used', storage);
|
||||
player.markAuto('mbxuetu_used',[status===0?storage:(!event.cards.length)]);
|
||||
if (status === 0 && !storage || status === 1 && event.cards.length) {
|
||||
await target.recover();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue