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:
@@ -109,6 +109,7 @@ public:
|
||||
int allowedToAltCast(MTGCardInstance* card, Player* player);
|
||||
int oneShot;
|
||||
int forceDestroy;
|
||||
int forcedAlive;
|
||||
bool canBeInterrupted;
|
||||
ManaCost* cost;
|
||||
ManaCost* alternative;
|
||||
|
||||
Reference in New Issue
Block a user