From af75973c0bd32a87222cf0ab9f3871eeae590092 Mon Sep 17 00:00:00 2001 From: Emik Date: Wed, 6 Aug 2025 00:46:47 +0200 Subject: [PATCH] Fix moire never appearing in non-cryptid --- manifest.json | 2 +- src/edition.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0ae33bc..a20b596 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.5.16" + "version": "1.5.15" } \ No newline at end of file diff --git a/src/edition.lua b/src/edition.lua index 747fb94..cdda9a4 100644 --- a/src/edition.lua +++ b/src/edition.lua @@ -11,6 +11,7 @@ local function allow_moire() for _, v in pairs(SMODS.find_card("j_jane_saint")) do if v.is_attuned then + if v.ability.extra.is_attuned then return true end end @@ -168,7 +169,7 @@ SMODS.Edition({ }, config = {e_chips = Cryptid and 0.8 or 0.9, e_mult = Cryptid and 1.2 or 1.1}, sound = {sound = "jane_e_moire", per = 1, vol = 0.7}, - weight = 4, + weight = 2, extra_cost = 6, in_shop = true, shader = "moire",