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:
valfieri
2020-08-08 19:46:07 +02:00
parent 52e3177ef2
commit 727d4579a0
11 changed files with 5147 additions and 2316 deletions
+1 -1
View File
@@ -4639,7 +4639,7 @@ int AACloner::resolve()
}
if(options.find("notrigger") == string::npos){ // check if the @tokencreated trigger has to be activated or not
WEvent * e = NEW WEventTokenCreated(spell->source);
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;
}