From 1866592b62456f8f4441a4f4abe97ea4534a2e80 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Mon, 20 Dec 2021 20:46:00 -0600 Subject: [PATCH] Fixed Cirdan errata having the old -4 limit. --- .../src/main/web/cards/errata/set10-errata-playtest.json | 1 - gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/errata/set10-errata-playtest.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/errata/set10-errata-playtest.json index 92c2725d0..3d62d35cd 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/errata/set10-errata-playtest.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/errata/set10-errata-playtest.json @@ -30,7 +30,6 @@ "amount": { "type": "forEachInDiscard", "filter": "culture(elven),event", - "limit": 4, "multiplier": -1 } }, 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 c122bd491..9c0c52275 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 @@ -4,6 +4,7 @@ 2021 December 21 - A - Modified Gaze of the Eye(V1_45) to be unique. - Fixed The Faithful Stone (18R50) errata pulling 1 instead of 3 tokens, and the unassign modifier not lasting until regroup. +- 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.