We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98634f5 commit 0befd80Copy full SHA for 0befd80
lib/cross-mod.lua
@@ -110,7 +110,7 @@ if (SMODS.Mods["AntePreview"] or {}).can_load then
110
function predict_next_ante()
111
local small = "bl_small"
112
local big = "bl_big"
113
- if G.GAME.modifiers.cry_big_boss_rate and pseudorandom('cry_big_boss') < G.GAME.modifiers.cry_big_boss_rate then
+ if G.GAME.modifiers.cry_big_boss_rate and pseudorandom("cry_big_boss") < G.GAME.modifiers.cry_big_boss_rate then
114
big = get_new_boss()
115
elseif G.GAME.modifiers.cry_rush_hour_ii then
116
small = get_new_boss()
0 commit comments