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:
@@ -238,6 +238,8 @@ void MTGCardInstance::initMTGCI()
|
||||
isMorphed = false;
|
||||
MeldedFrom = "";
|
||||
isFlipped = 0;
|
||||
isCommander = 0;
|
||||
isRingBearer = 0;
|
||||
isDefeated = false;
|
||||
isPhased = false;
|
||||
isCascaded = false;
|
||||
|
||||
Reference in New Issue
Block a user