From 529a2222ac87c3833d8deb4f8e277c08d028b300 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Tue, 17 Dec 2024 12:51:20 -0600 Subject: [PATCH] Fixed Morgul Squealer not discounting draw deck nazgul --- .../main/resources/cards/official/set08/set08-Ringwraith.hjson | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Ringwraith.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Ringwraith.hjson index 7b4480454..e16317d1c 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Ringwraith.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Ringwraith.hjson @@ -541,12 +541,14 @@ { type: playCardFromDrawDeck select: choose(culture(wraith),minion) + discount: -1 showAll: true shuffle: false } { type: playCardFromDrawDeck select: choose(culture(wraith),minion) + discount: -1 showAll: true shuffle: false }