Fix editions not appearing naturally

This commit is contained in:
Emik 2026-02-16 16:58:43 +01:00
parent f5bb331e6f
commit c7ff653fc8
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 4 additions and 4 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [
"Jen"
],
"version": "1.5.24"
"version": "1.5.25"
}

View file

@ -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,