Fix editions not appearing naturally
This commit is contained in:
parent
f5bb331e6f
commit
c7ff653fc8
2 changed files with 4 additions and 4 deletions
|
|
@ -17,5 +17,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.5.24"
|
"version": "1.5.25"
|
||||||
}
|
}
|
||||||
|
|
@ -19,7 +19,7 @@ local function allow_moire()
|
||||||
end
|
end
|
||||||
|
|
||||||
local function get_weight(self)
|
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
|
end
|
||||||
|
|
||||||
SMODS.Edition({
|
SMODS.Edition({
|
||||||
|
|
@ -45,7 +45,7 @@ SMODS.Edition({
|
||||||
e_mult = Cryptid and 1.02 or nil,
|
e_mult = Cryptid and 1.02 or nil,
|
||||||
},
|
},
|
||||||
sound = {sound = "jane_e_polygloss", per = 1.2, vol = 0.4},
|
sound = {sound = "jane_e_polygloss", per = 1.2, vol = 0.4},
|
||||||
weight = 8,
|
weight = 10,
|
||||||
extra_cost = 4,
|
extra_cost = 4,
|
||||||
in_shop = true,
|
in_shop = true,
|
||||||
shader = "polygloss",
|
shader = "polygloss",
|
||||||
|
|
@ -144,7 +144,7 @@ SMODS.Edition({
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
sound = {sound = "jane_e_jumbo", per = 1, vol = 0.5},
|
sound = {sound = "jane_e_jumbo", per = 1, vol = 0.5},
|
||||||
weight = 4,
|
weight = 5,
|
||||||
extra_cost = 5,
|
extra_cost = 5,
|
||||||
in_shop = true,
|
in_shop = true,
|
||||||
shader = false,
|
shader = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue