mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Fix for Squeaking Pie Grubfellows.
This commit is contained in:
@@ -1420,7 +1420,7 @@ public class Upkeep extends Phase {
|
|||||||
this.revealTopCard(title);
|
this.revealTopCard(title);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wantOpponentDiscard) {
|
if (wantOpponentDiscard && !opponent.getZone(ZoneType.Hand).isEmpty()) {
|
||||||
opponent.discard(this);
|
opponent.discard(this);
|
||||||
}
|
}
|
||||||
} // resolve()
|
} // resolve()
|
||||||
|
|||||||
Reference in New Issue
Block a user