差点儿忘了

This commit is contained in:
157 2023-12-27 15:54:50 +08:00
parent b69f5fa7e6
commit 936831fec4
1 changed files with 1 additions and 0 deletions

View File

@ -1351,6 +1351,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
target._g_taipingyaoshu_temp=true;
let lose=get.effect(target,{name:'losehp'},target,target),
draw=get.effect(target,{name:'wuzhong'},target,target);
delete target._g_taipingyaoshu_temp;
if(lose<0&&target.hp<=1&&!target.hasCard(i=>{
return get.name(i)==='tao'&&lib.filter.cardEnabled(i,target,'forceEnable');
})) draw=0;