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 cdb9f8f commit 0e949a0Copy full SHA for 0e949a0
lib/overrides.lua
@@ -410,6 +410,11 @@ function Game:update(dt)
410
if not G.OVERLAY_MENU and G.GAME.CODE_DESTROY_CARD then
411
G.FUNCS.exit_overlay_menu_code()
412
end
413
+
414
+ if not G.OVERLAY_MENU then
415
+ G.GAME.USING_POINTER = nil
416
+ end
417
418
--Increase the blind size for The Clock and Lavender Loop
419
local choices = { "Small", "Big", "Boss" }
420
G.GAME.CRY_BLINDS = G.GAME.CRY_BLINDS or {}
0 commit comments