mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Fix drawn card being revealed during ability resolve
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user