Fixed some primitives from issue #1085, fixed some primitived from Discord channel, updated some AI decks, added new ability "canloyaltyasinst" to allow a planeswalker to activate loyalty abilities as instant (e.g. "The Wandering Emperor"), fixed a possible crash when a card change zone with different card types than its original version (e.g. morphed cards).
This commit is contained in:
@@ -361,7 +361,8 @@ class Constants
|
||||
POISONNINETOXIC = 233,
|
||||
POISONTENTOXIC = 234,
|
||||
EQPASINST = 235,
|
||||
NB_BASIC_ABILITIES = 236,
|
||||
CANLOYALTYASINST = 236,
|
||||
NB_BASIC_ABILITIES = 237,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user