add forced interrupt

This commit is contained in:
Anthony Calosa
2017-02-24 07:25:19 +08:00
parent 3faa959c09
commit b1d271f1c2
2 changed files with 8 additions and 3 deletions

View File

@@ -230,7 +230,7 @@ public:
Player * askIfWishesToInterrupt;
int garbageCollect();
int addAction(Interruptible * interruptible);
Spell * addSpell(MTGCardInstance* card, TargetChooser * tc, ManaCost * mana, int payResult, int storm);
Spell * addSpell(MTGCardInstance* card, TargetChooser * tc, ManaCost * mana, int payResult, int storm, bool forcedinterrupt = false);
int AddNextGamePhase();
int AddNextCombatStep();
int addPutInGraveyard(MTGCardInstance * card);