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 47daa68 commit c32afb3Copy full SHA for c32afb3
src/lua/api.lua
@@ -235,7 +235,7 @@ API.functions["skip_or_select_blind"] = function(args)
235
condition = function()
236
local prev_state = {
237
["Small"] = G.prev_small_state,
238
- ["Large"] = G.prev_large_state, -- this is Large not Big
+ ["Big"] = G.prev_large_state,
239
["Boss"] = G.prev_boss_state,
240
}
241
return prev_state[current_blind] == "Skipped"
0 commit comments