Fixed primitives, fixed alias 1117 and fixed the bug on lastCardDrawn from library.

This commit is contained in:
valfieri
2020-09-21 17:56:20 +02:00
parent 495e5f1429
commit c4ba879382
4 changed files with 39 additions and 15 deletions
+1
View File
@@ -6355,6 +6355,7 @@ public:
int resolve()
{
source->tap(true);
source->controller()->game->putInGraveyard(source->controller()->game->library->lastCardDrawn);
game->mLayers->stackLayer()->addDraw(source->controller());
return 1;