mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Fix for Unearth mistakenly being Exiled after it Resolves
This commit is contained in:
@@ -177,9 +177,9 @@ public class GameAction {
|
||||
else moveTo(hand, c);
|
||||
}
|
||||
|
||||
public void moveToPlay(Card c) {
|
||||
public Card moveToPlay(Card c) {
|
||||
PlayerZone play = AllZone.getZone(Constant.Zone.Battlefield, c.getOwner());
|
||||
moveTo(play, c);
|
||||
return moveTo(play, c);
|
||||
}
|
||||
|
||||
public void moveToTopOfLibrary(Card c) {
|
||||
|
||||
Reference in New Issue
Block a user