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);
|
||||
}
|
||||
|
||||
if (wantOpponentDiscard) {
|
||||
if (wantOpponentDiscard && !opponent.getZone(ZoneType.Hand).isEmpty()) {
|
||||
opponent.discard(this);
|
||||
}
|
||||
} // resolve()
|
||||
|
||||
Reference in New Issue
Block a user