Skip to content

Commit 0befd80

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 98634f5 commit 0befd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cross-mod.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ if (SMODS.Mods["AntePreview"] or {}).can_load then
110110
function predict_next_ante()
111111
local small = "bl_small"
112112
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
113+
if G.GAME.modifiers.cry_big_boss_rate and pseudorandom("cry_big_boss") < G.GAME.modifiers.cry_big_boss_rate then
114114
big = get_new_boss()
115115
elseif G.GAME.modifiers.cry_rush_hour_ii then
116116
small = get_new_boss()

0 commit comments

Comments
 (0)