This commit is contained in:
libccy 2016-07-20 22:47:10 +08:00
parent 526601a62f
commit 2c0b4a8173
1 changed files with 6 additions and 0 deletions

View File

@ -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();
}