mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Maybe fixed Oblivion Ring bug?
This commit is contained in:
@@ -4598,6 +4598,8 @@ public class CardFactory implements NewConstants {
|
||||
c.setController(c.getOwner());
|
||||
|
||||
PlayerZone play = AllZone.getZone(Constant.Zone.Play, c.getOwner());
|
||||
PlayerZone removed = AllZone.getZone(Constant.Zone.Removed_From_Play, c.getOwner());
|
||||
removed.remove(c);
|
||||
play.add(c);
|
||||
}
|
||||
}//resolve()
|
||||
|
||||
Reference in New Issue
Block a user