Fixed some primitives, fixed several bug on damage management for planeswalkers and battle cards, added new keywords "noloyaltydamage" and "nodefensedamage" to avoid damage remove counters,
This commit is contained in:
@@ -341,7 +341,9 @@ class Constants
|
||||
NODAMAGEREMOVED = 213,
|
||||
BACKGROUNDPARTNER = 214,
|
||||
BOTTOMLIBRARYDEATH = 215,
|
||||
NB_BASIC_ABILITIES = 216,
|
||||
NOLOYALTYDAMAGE = 216,
|
||||
NODEFENSEDAMAGE = 217,
|
||||
NB_BASIC_ABILITIES = 218,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user