- Fix for Squeaking Pie Grubfellows.

This commit is contained in:
Sloth
2012-11-28 17:21:50 +00:00
parent 7534ff5df4
commit fb36c2c207

View File

@@ -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()