From 9d98ab0f583317635bc9b15829f5f7663122c347 Mon Sep 17 00:00:00 2001 From: SalavecJ <55706539+SalavecJ@users.noreply.github.com> Date: Sat, 15 Oct 2022 23:48:30 +0200 Subject: [PATCH] Update set30-fp.hjson [bugfix] Bilbo, Master in Riddles - now should correctly gain +2 strength when skirmishing smaug --- .../main/resources/cards/unofficial/hobbit/set30/set30-fp.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/hobbit/set30/set30-fp.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/hobbit/set30/set30-fp.hjson index 6b7dcdf5d..9323f6004 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/hobbit/set30/set30-fp.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/hobbit/set30/set30-fp.hjson @@ -1195,7 +1195,7 @@ type: modifier modifier: { type: modifyStrength - filter: self,inSkirmishAgainst(name(Gollum)) + filter: self,inSkirmishAgainst(or(name(Smaug),name(Gollum))) amount: 2 } }