Improved castcard "restricted" option for land cards, fixed fresh attribute reset on library cards, improved "can play" restriction, fixed BRO set dat file, updated card url file for BRO set, added/fixed some primitives from BRO set.

This commit is contained in:
Vittorio Alfieri
2023-05-30 23:27:18 +02:00
parent 06b1a47a56
commit 21687bc3ee
6 changed files with 406 additions and 135 deletions

View File

@@ -1085,7 +1085,7 @@ void GameObserver::gameStateBasedEffects()
MTGCardInstance * card = fc->cards[k];
card->fresh = 0; // Remove fresh attribute to cards put in commandzone last turn
}
MTGGameZone * fl = p->game->commandzone;
MTGGameZone * fl = p->game->library;
for (int k = 0; k < fl->nb_cards; k++)
{
MTGCardInstance * card = fl->cards[k];