Fixed several primitives with "castcard" ability, fixed a bug when using "noevent" and "copied" options togheter with "namedcard" option in "castcard" ability, allowed the usage of "and!()!" ability with "namedcard" option in "castcard" ability for permanents, added "daybound" and "nightbound" abilities.
This commit is contained in:
@@ -324,7 +324,9 @@ class Constants
|
||||
HASREPLICATE = 197,
|
||||
ISPREY = 198,
|
||||
HASDISTURB = 199,
|
||||
NB_BASIC_ABILITIES = 200,
|
||||
DAYBOUND = 200,
|
||||
NIGHTBOUND = 201,
|
||||
NB_BASIC_ABILITIES = 202,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user