-fix issue 146
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-03 10:31:57 +00:00
parent d2bcb90799
commit 60e9b2c1df
5 changed files with 3 additions and 1 deletions

View File

@@ -245,6 +245,7 @@ int MTGCardInstance::triggerRegenerate(){
tap();
life = toughness;
initAttackersDefensers();
if (life < 1) return 0; //regeneration didn't work (wither ?)
return 1;
}