mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Permanents should be untapped when coming into play from Oblivion Ring.
- Fixed Vitu-Ghazi, the City-Tree.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user