more fixes from the review...
This commit is contained in:
@@ -209,7 +209,7 @@ void MTGCardInstance::initMTGCI()
|
||||
isBlueAndGreen = 1;
|
||||
if(this->hasColor(Constants::MTG_COLOR_RED) && this->hasColor(Constants::MTG_COLOR_WHITE))
|
||||
isRedAndWhite = 1;
|
||||
if(previous && previous->morphed == true && !turningOver)
|
||||
if(previous && previous->morphed && !turningOver)
|
||||
{
|
||||
morphed = true;
|
||||
isMorphed = true;
|
||||
|
||||
Reference in New Issue
Block a user