Please update your rules folder
- "Manapool empties at the end of each step" becomes an ability, and was moved into the external rules file. "removemana(*) to remove all, removemana(*{G}) to remove all green, removemana(*{G}{B}{R}) to remove all green black red, removemana({G}{G}{B}{U}) (no "*") to remove a specific value.
- Added a possibility to make abilities non interruptible. With little work, this could be added to the parser if needed. Please use with care, let's discuss what is an acceptable usage of this now functionality, if needed.
This commit is contained in:
@@ -109,6 +109,7 @@ public:
|
||||
int allowedToAltCast(MTGCardInstance* card, Player* player);
|
||||
int oneShot;
|
||||
int forceDestroy;
|
||||
bool canBeInterrupted;
|
||||
ManaCost* cost;
|
||||
ManaCost* alternative;
|
||||
ManaCost* BuyBack;
|
||||
|
||||
Reference in New Issue
Block a user