From 267bbeafceab05245d893e97b389d502d684812e Mon Sep 17 00:00:00 2001 From: "marcin.sciesinski" Date: Tue, 10 Sep 2019 12:27:54 -0700 Subject: [PATCH] Fixed couple of cards --- .../main/web/cards/set40/set40-gandalf.json | 18 +++++++++++++----- .../src/main/web/cards/set40/set40-shire.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set40/set40-gandalf.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set40/set40-gandalf.json index 1f8ab56a7..a13e2ea0d 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set40/set40-gandalf.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set40/set40-gandalf.json @@ -406,11 +406,19 @@ "filter": "choose(name(Gandalf))", "times": 2 }, - "effect": { - "type": "canParticipateInArcheryFireAndSkirmishes", - "filter": "self", - "until": "endOfTurn" - } + "effect": [ + { + "type": "modifyStrength", + "filter": "self", + "amount": 3, + "until": "endOfTurn" + }, + { + "type": "canParticipateInArcheryFireAndSkirmishes", + "filter": "self", + "until": "endOfTurn" + } + ] }, { "type": "activated", diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set40/set40-shire.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set40/set40-shire.json index 8d217a1d9..aa020b602 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set40/set40-shire.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set40/set40-shire.json @@ -488,7 +488,7 @@ } }, "40_260": { - "title": "*Old Toby", + "title": "Old Toby", "subtitle": "Finest Weed in the Southfarthing", "culture": "shire", "cost": 1,