From a1e98128f24403093d6c714fce7a57d690c55a87 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sun, 7 Mar 2021 18:20:09 -0600 Subject: [PATCH] Fixing Horn of Boromir having old text. --- .../src/main/web/cards/set51/set03-errata.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set51/set03-errata.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set51/set03-errata.json index 1f2c4cbfa..cf9737181 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set51/set03-errata.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set51/set03-errata.json @@ -16,13 +16,19 @@ "times": 1 }, { - "type": "exert", - "filter": "choose(ally)", - "memorize": "summonedAlly", - "times": 1 - } + "type": "discard", + "filter": "self", + }, + ], "effect":[ + { + "type": "modifyStrength", + "filter": "choose(ally)", + "amount": 3, + "until": "start(regroup)", + "memorize": "summonedAlly" + }, { "type": "allyCanParticipateInArcheryFireAndSkirmishes", "filter": "memory(summonedAlly)",