update some cards

removed phasedout trigger
add phasedoutbonus - ability
This commit is contained in:
Anthony Calosa
2017-02-22 18:25:39 +08:00
parent bb9d98cc0c
commit ff4911116c
12 changed files with 534 additions and 374 deletions
+1 -1
View File
@@ -1709,7 +1709,7 @@ int AAPhaseOut::resolve()
_target->view->alpha = 50;
_target->initAttackersDefensers();
//add event phases out here
WEvent * e = NEW WEventCardPhasesOut(_target);
WEvent * e = NEW WEventCardPhasesOut(_target,game->turn);
game->receiveEvent(e);
return 1;
}