From 9528afcffc478052973e004fa9a53dda52dbbb08 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sun, 8 Dec 2024 14:29:57 -0600 Subject: [PATCH] Fixed Dam and Writhing Tentacle not being in the merchant. Fixed the last few cards of V2 not being in the merchant. Fixed the merchant always showing packs in front of the cards regardless of setting. --- .../gemp-lotr-async/src/main/web/js/gemp-022/cardFilter.js | 2 +- .../src/main/resources/rarities/set101-rarity.txt | 4 +++- .../src/main/resources/rarities/set102-rarity.txt | 6 +++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/cardFilter.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/cardFilter.js index bd68ddcc2..4fe391d7e 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/cardFilter.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/cardFilter.js @@ -513,7 +513,7 @@ var LegacyCardFilter = Class.extend({ var type = $("#type option:selected").prop("value"); if (type != "") - type = " type:" + type; + type = " product:" + type; var race = $("#race option:selected").prop("value"); if (race != "") diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set101-rarity.txt b/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set101-rarity.txt index 292b4dab6..1313a73bf 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set101-rarity.txt +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set101-rarity.txt @@ -61,4 +61,6 @@ 101U61 101U62 101U63 -101U64 \ No newline at end of file +101U64 +101X65 +101X66 \ No newline at end of file diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set102-rarity.txt b/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set102-rarity.txt index 00d76814e..d0782fd04 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set102-rarity.txt +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set102-rarity.txt @@ -69,4 +69,8 @@ 102X69 102X70 102X71 -102X72 \ No newline at end of file +102X72 +102X73 +102X74 +102X75 +102X76 \ No newline at end of file