added
this(damaged) added targetchooser [damaged] status added targetchooser [controllerdamager] targetchooser [opponentdamager] basically checks for whos doing damage to who in a match per turn.
This commit is contained in:
@@ -127,6 +127,7 @@ void MTGCardInstance::initMTGCI()
|
||||
isLeveler = 0;
|
||||
enchanted = false;
|
||||
CDenchanted = NULL;
|
||||
CDdamaged = 0;
|
||||
blinked = false;
|
||||
isExtraCostTarget = false;
|
||||
morphed = false;
|
||||
@@ -141,7 +142,10 @@ void MTGCardInstance::initMTGCI()
|
||||
sunburst = NULL;
|
||||
equipment = 0;
|
||||
auras = 0;
|
||||
|
||||
damageToOpponent = false;
|
||||
damageToController = false;
|
||||
wasDealtDamage = false;
|
||||
|
||||
for (int i = 0; i < ManaCost::MANA_PAID_WITH_RETRACE +1; i++)
|
||||
alternateCostPaid[i] = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user