From 72f95745d3b569d797680afdf6050b39782ef7e2 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 18 Dec 2021 17:15:12 -0600 Subject: [PATCH] Fixed RIT not being twilight. Fixed Bag End Study not triggering. --- .../src/main/web/cards/set101/set101_ringwraith_playtest.json | 1 + .../src/main/web/cards/set101/set101_sites_playtest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 c3a9af34b..b879343d9 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 @@ -106,6 +106,7 @@ "cost": 4, "type": "minion", "race": "nazgul", + "keyword": ["twilight"], "strength": 9, "vitality": 3, "site": 3, diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sites_playtest.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sites_playtest.json index 8476c1791..4236bec6e 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sites_playtest.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sites_playtest.json @@ -11,7 +11,7 @@ "optional": true, "trigger": { "type": "movesFrom", - "filter": "self" + "filter": "name(Bag End Study)" }, "effect": { "type": "playCardFromDrawDeck",