From ca647787ea6df6dec5b571543c259696936ad490 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Mon, 20 Dec 2021 23:44:32 -0600 Subject: [PATCH] Fixing uncommited YHMS fix. Fixing Walks in Twilight not being optional --- .../src/main/web/cards/set101/set101_gondor_playtest.json | 4 ++++ .../src/main/web/cards/set101/set101_ringwraith_playtest.json | 1 + .../gemp-lotr-async/src/main/web/includes/changeLog.html | 1 + 3 files changed, 6 insertions(+) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_gondor_playtest.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_gondor_playtest.json index 235593bc1..e8028d0d0 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_gondor_playtest.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_gondor_playtest.json @@ -230,6 +230,10 @@ "type": "condition", "target": "companion,signet(aragorn),not(name(Aragorn))", "strength": 2, + "condition": { + "type": "canSpot", + "filter": "name(aragorn)" + }, "effects": { "type": "trigger", "trigger": { diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_ringwraith_playtest.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_ringwraith_playtest.json index fbdea24bf..3a33cd075 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_ringwraith_playtest.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_ringwraith_playtest.json @@ -179,6 +179,7 @@ "effects": [ { "type": "trigger", + "optional": true, "trigger": { "type": "winsSkirmish", "filter": "and(twilight,nazgul)" diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html index 473525ef1..7c6151840 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html @@ -13,6 +13,7 @@ - Fixed Cirdan, the Shipwright (10R8) errata limiting his effect to at most -4 (should be unlimited). - Fixed all Set V1 site cards missing their keywords (most importantly, Moria Crossroads not having underground). - Fixed You Have My Sword (V1_24) not spotting Aragorn as a requirement. +- Fixed Walks in Twilight not being optional. 2021 December 20 - B - Fixed a game crash regarding new functionality added for Crebain Flock (V1_25).