Added 2XM set, fixed card and planeswalkers primitives, fixed a crash on token creation, fixed prowess and mentor abilities, added new restrictions, improved Android downloader.
This commit is contained in:
@@ -4112,7 +4112,7 @@ public:
|
||||
}
|
||||
}
|
||||
WEvent * e = NEW WEventTokenCreated(myToken);
|
||||
source->getObserver()->receiveEvent(e); // triggers the @tokencreated event for any other listener.
|
||||
spell->getObserver()->receiveEvent(e); // triggers the @tokencreated event for any other listener.
|
||||
delete spell;
|
||||
}
|
||||
return 1;
|
||||
|
||||
@@ -283,7 +283,9 @@ class Constants
|
||||
MODULAR = 157,
|
||||
MUTATE = 158,
|
||||
ADVENTURE = 159,
|
||||
NB_BASIC_ABILITIES = 160,
|
||||
MENTOR = 160,
|
||||
PROWESS = 161,
|
||||
NB_BASIC_ABILITIES = 162,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user