as requested by doc, added a tag for lords to allow an over-ride for effect so theyre not removed from the game by GameObserver until the lords remove it themselves.

ie:
Card Name:
Quick Sliver
Mana Cost:
Converted Mana Cost:2
Types:Creature — Sliver
Card Text:Flash
Any player may cast Sliver cards as though they had flash.

without an over-ride testdestroy removes the observer before it can be any use to us.

i only enabled this for the lords/this'es....
This commit is contained in:
omegablast2002@yahoo.com
2011-06-02 23:46:44 +00:00
parent 2b512f1f92
commit cb9e5f2e95
2 changed files with 14 additions and 2 deletions

View File

@@ -109,6 +109,7 @@ public:
int allowedToAltCast(MTGCardInstance* card, Player* player);
int oneShot;
int forceDestroy;
int forcedAlive;
bool canBeInterrupted;
ManaCost* cost;
ManaCost* alternative;