- Permanents should be untapped when coming into play from Oblivion Ring.

- Fixed Vitu-Ghazi, the City-Tree.
This commit is contained in:
jendave
2011-08-06 03:43:38 +00:00
parent ebcf75cd5c
commit 0a8faf29f0
3 changed files with 17 additions and 6 deletions

View File

@@ -4007,7 +4007,10 @@ public class CardFactory implements NewConstants {
PlayerZone play = AllZone.getZone(Constant.Zone.Play, c.getOwner());
PlayerZone removed = AllZone.getZone(Constant.Zone.Removed_From_Play, c.getOwner());
removed.remove(c);
if (c.isTapped())
c.untap();
play.add(c);
}
}//resolve()
};//SpellAbility