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 8fd7e98 commit 91400ddCopy full SHA for 91400dd
items/misc.lua
@@ -340,7 +340,7 @@ local oversat = {
340
end,
341
}))
342
update_hand_text({ delay = 1.3 }, { mult = G.GAME.hands[hand].mult, StatusText = true })
343
- elseif hand == G.handlist[#G.handlist] then
+ elseif Aurinko.VerboseMode then
344
G.E_MANAGER:add_event(Event({
345
trigger = "after",
346
delay = 0.2,
@@ -570,7 +570,7 @@ local glitched = {
570
StatusText = true,
571
})
572
update_hand_text({ delay = 1.3 }, { mult = G.GAME.hands[hand].mult })
573
574
575
576
0 commit comments