Added abilities for cards which have to return battlefield or hand instead of graveyard (e.g. just like exiledeath ability), improved fresh attribute management also for card moved in hand, library, commandzone and for instants and sorcery spells, added/fixed primitives.
This commit is contained in:
@@ -292,7 +292,10 @@ class Constants
|
||||
CANBECOMMANDER = 165,
|
||||
ISCOMMANDER = 166,
|
||||
THREEBLOCKERS = 167,
|
||||
NB_BASIC_ABILITIES = 168,
|
||||
HANDDEATH = 168,
|
||||
INPLAYDEATH = 169,
|
||||
INPLAYTAPDEATH = 170,
|
||||
NB_BASIC_ABILITIES = 171,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user