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

View File

@@ -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;