diff --git a/manifest.json b/manifest.json index e75c97a..ffb1136 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.9.70", + "version": "2.9.71", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/tweaks.lua b/src/tweaks.lua index 4ff914f..9be6556 100644 --- a/src/tweaks.lua +++ b/src/tweaks.lua @@ -116,7 +116,7 @@ SMODS.current_mod.harsh_ante_scaling = { return (Big.constants and Big.constants.TEN or Big:new {10}):pow(blind(rem + 1)) end, function(rem) - return Big:new {1, rem + 1} + return Big:new {1, rem + 2} end, function(rem) return Big:new {1, 1, [rem + 2] = 1}