Erwan
- fix issue 22 (Graveyard display messed up) - fix issue 38 (graveyard and library unusable) - fix issue 59 (can't cancel a spell with a target)
This commit is contained in:
@@ -54,15 +54,12 @@ void MTGCardInstance::copy(MTGCardInstance * card){
|
||||
|
||||
text = source->text;
|
||||
name = source->name;
|
||||
//strcpy(image_name, source->image_name);
|
||||
|
||||
//rarity = source->rarity;
|
||||
power = source->power;
|
||||
toughness = source->toughness;
|
||||
life = toughness;
|
||||
lifeOrig = life;
|
||||
//mtgid = source->mtgid;
|
||||
//setId = source->setId;
|
||||
|
||||
magicText = source->magicText;
|
||||
spellTargetType = source->spellTargetType;
|
||||
alias = source->alias;
|
||||
|
||||
Reference in New Issue
Block a user