This commit is contained in:
PZ157 2023-12-06 13:33:21 +08:00
parent a57a2fa590
commit 643b519ddb
1 changed files with 1 additions and 1 deletions

View File

@ -5440,7 +5440,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
}, },
effect:{ effect:{
player:(card,player,target)=>{ player:(card,player,target)=>{
if(player.hasSkill('rewansha')&&target.hp<=1&&get.tag(card,'damage')) return [1,0,1.5,-1.5]; if(target&&player.hasSkill('rewansha')&&target.hp<=1&&get.tag(card,'damage')) return [1,0,1.5,-1.5];
} }
} }
} }