-Added a test for giant growth Ice age
-fixed a bug with the shop
This commit is contained in:
wagic.the.homebrew
2009-03-16 12:08:20 +00:00
parent ff8e05cf04
commit 3a97c61f22
3 changed files with 32 additions and 1 deletions

View File

@@ -22,7 +22,8 @@ MTGCardInstance::MTGCardInstance(MTGCard * card, MTGPlayerCards * _belongs_to):
attacker = 0;
lifeOrig = life;
belongs_to=_belongs_to;
owner = _belongs_to->library->owner;
owner = NULL;
if (_belongs_to) owner = _belongs_to->library->owner;
lastController = owner;
initAttackersDefensers();
life=toughness;