Coded the initiative ability from CLB set, added some condition to test if a card has been casted from exile or sideboard or commandzone.

This commit is contained in:
Vittorio Alfieri
2023-05-04 14:56:04 +02:00
parent 509e25d4cc
commit 0efc61fda7
9 changed files with 170 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ Player::Player(GameObserver *observer, string file, string fileSmall, MTGDeck *
dungeonCompleted = 0;
numOfCommandCast = 0;
monarch = 0;
initiative = 0;
surveilOffset = 0;
devotionOffset = 0;
lastShuffleTurn = -1;