diff --git a/manifest.json b/manifest.json index 274a4b2..622ce7c 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.5.25" + "version": "1.5.26" } \ No newline at end of file diff --git a/src/edition.lua b/src/edition.lua index 56ed6a9..f0c8006 100644 --- a/src/edition.lua +++ b/src/edition.lua @@ -171,7 +171,7 @@ SMODS.Edition({ in_pool = allow_moire, apply_to_float = false, get_weight = function(self) - return G.GAME.edition_rate * self.weight + return G.GAME.edition_rate * self.weight * (allow_moire() and 1 or 0) end, loc_vars = function(self, _, _) return {vars = {self.config.e_chips, self.config.e_mult}}