Prevent Moire edgecase
This commit is contained in:
parent
c7ff653fc8
commit
742c3b1aee
2 changed files with 2 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.5.25"
|
"version": "1.5.26"
|
||||||
}
|
}
|
||||||
|
|
@ -171,7 +171,7 @@ SMODS.Edition({
|
||||||
in_pool = allow_moire,
|
in_pool = allow_moire,
|
||||||
apply_to_float = false,
|
apply_to_float = false,
|
||||||
get_weight = function(self)
|
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,
|
end,
|
||||||
loc_vars = function(self, _, _)
|
loc_vars = function(self, _, _)
|
||||||
return {vars = {self.config.e_chips, self.config.e_mult}}
|
return {vars = {self.config.e_chips, self.config.e_mult}}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue