mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48: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) {
|
private void tempShowCard(Card c) {
|
||||||
if (c == null) { return; }
|
if (c == null) { return; }
|
||||||
|
tempShownCards.add(c);
|
||||||
c.setMayLookAt(player, true, true);
|
c.setMayLookAt(player, true, true);
|
||||||
}
|
}
|
||||||
private void tempShowCards(Iterable<Card> cards) {
|
private void tempShowCards(Iterable<Card> cards) {
|
||||||
|
|||||||
Reference in New Issue
Block a user