* Animate Dead (finished). Only Battlefield layout can't handle a attached card in graveyard yet.

This commit is contained in:
LevelX2 2014-11-06 15:34:18 +01:00
parent 813841eccd
commit 220331dcd9
4 changed files with 70 additions and 47 deletions

View file

@ -471,6 +471,7 @@ public abstract class AbilityImpl implements Ability {
return variableManaCost;
}
// called at end of turn for each Permanent
@Override
public void reset(Game game) {}