Fix drawn card being revealed during ability resolve

This commit is contained in:
tool4EvEr
2021-08-07 13:17:06 +02:00
parent 058ad2b1dd
commit f78c3ba441
9 changed files with 74 additions and 29 deletions

View File

@@ -1212,6 +1212,8 @@ public abstract class GameState {
p.setLandsPlayedThisTurn(landsPlayed);
p.setLandsPlayedLastTurn(landsPlayedLastTurn);
p.clearPaidForSA();
for (Entry<ZoneType, CardCollectionView> kv : playerCards.entrySet()) {
PlayerZone zone = p.getZone(kv.getKey());
if (kv.getKey() == ZoneType.Battlefield) {