mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Fix so cards revealed from hidden zones don't remain visible in those zones afterward
This commit is contained in:
@@ -176,6 +176,7 @@ public class PlayerControllerHuman extends PlayerController {
|
||||
}
|
||||
private void tempShowCard(Card c) {
|
||||
if (c == null) { return; }
|
||||
tempShownCards.add(c);
|
||||
c.setMayLookAt(player, true, true);
|
||||
}
|
||||
private void tempShowCards(Iterable<Card> cards) {
|
||||
|
||||
Reference in New Issue
Block a user