Play the Top Card of Library
This commit is contained in:
@@ -267,7 +267,14 @@ class Constants
|
||||
ANYTYPEOFMANA = 145,
|
||||
NECROED = 146,
|
||||
CANTPWATTACK = 147,
|
||||
NB_BASIC_ABILITIES = 148,
|
||||
CANPLAYFROMLIBRARYTOP = 148,//all
|
||||
CANPLAYLANDTOPLIBRARY = 149,//land
|
||||
CANPLAYCREATURETOPLIBRARY = 150,//creature
|
||||
CANPLAYARTIFACTTOPLIBRARY = 151,//artifact
|
||||
CANPLAYINSTANTSORCERYTOPLIBRARY = 152,//instantorsorcery
|
||||
SHOWFROMTOPLIBRARY = 153,
|
||||
SHOWOPPONENTTOPLIBRARY = 154,
|
||||
NB_BASIC_ABILITIES = 155,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user