From c7ff653fc88393b75203c1460b2338d942bf7a7f Mon Sep 17 00:00:00 2001 From: Emik Date: Mon, 16 Feb 2026 16:58:43 +0100 Subject: [PATCH] Fix editions not appearing naturally --- manifest.json | 2 +- src/edition.lua | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 34b8851..274a4b2 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.5.24" + "version": "1.5.25" } \ No newline at end of file diff --git a/src/edition.lua b/src/edition.lua index 2a56dd1..56ed6a9 100644 --- a/src/edition.lua +++ b/src/edition.lua @@ -19,7 +19,7 @@ local function allow_moire() end local function get_weight(self) - return G.GAME.edition_rate * self.weight * (allow_moire() and 1 or 0) + return G.GAME.edition_rate * self.weight end SMODS.Edition({ @@ -45,7 +45,7 @@ SMODS.Edition({ e_mult = Cryptid and 1.02 or nil, }, sound = {sound = "jane_e_polygloss", per = 1.2, vol = 0.4}, - weight = 8, + weight = 10, extra_cost = 4, in_shop = true, shader = "polygloss", @@ -144,7 +144,7 @@ SMODS.Edition({ end end, sound = {sound = "jane_e_jumbo", per = 1, vol = 0.5}, - weight = 4, + weight = 5, extra_cost = 5, in_shop = true, shader = false,