From 5ba05391cb31046493628b022c8e2cb93d0d03dc Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Thu, 19 Dec 2024 09:20:31 -0600 Subject: [PATCH] Fixed the site control for Shadow being non-optional on Crashed Gate. --- .../main/resources/cards/official/set08/set08-Sites.hjson | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Sites.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Sites.hjson index 4dfac248e..d03e870fa 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Sites.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Sites.hjson @@ -132,8 +132,13 @@ amount: 3 } { - type: takeControlOfSite + type: Optional player: shadow + text: Would you like to take control of a site? + effect: { + type: takeControlOfSite + player: shadow + } } ] }