Fixed several errors on primitives, fixed a bug on "mofified" target, restore a previous test on regenerate ability.

This commit is contained in:
Vittorio Alfieri
2023-06-10 22:52:49 +02:00
parent 1191d401c9
commit a5487311c4
5 changed files with 93 additions and 109 deletions

View File

@@ -31,6 +31,7 @@ CardDescriptor::CardDescriptor()
hasFlashbackCost = 0;
hasBackSide = 0;
hasPartner = 0;
modified = 0;
hasXCost = 0;
compareName ="";
nameComparisonMode = COMPARISON_NONE;