Improved implementation for isCommander and RingBearer card status (now they are no longer basic abilities but inner card properties in order to avoid conflicts with abilitiy modificators), added a white border on commanders to highlight them during match in the various game zones.

This commit is contained in:
Vittorio Alfieri
2023-07-01 16:28:19 +02:00
parent 6731251d07
commit 617ce45dbc
14 changed files with 101 additions and 49 deletions
+2
View File
@@ -97,6 +97,8 @@ public:
bool turningOver;
bool isMorphed;
int isFlipped;
int isCommander;
int isRingBearer;
bool isDefeated;
string MeldedFrom;
bool isPhased;