This commit is contained in:
parent
526601a62f
commit
2c0b4a8173
|
@ -205,6 +205,12 @@ card.swd={
|
|||
"step 1"
|
||||
if(result.bool==false){
|
||||
target.damage();
|
||||
}
|
||||
else{
|
||||
event.finish();
|
||||
}
|
||||
"step 2"
|
||||
if(target.isAlive()){
|
||||
target.loseHp();
|
||||
player.loseHp();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue