Skip to content

Commit 91400dd

Browse files
authored
idk who reversed this change but keep it this way please
1 parent 8fd7e98 commit 91400dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items/misc.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ local oversat = {
340340
end,
341341
}))
342342
update_hand_text({ delay = 1.3 }, { mult = G.GAME.hands[hand].mult, StatusText = true })
343-
elseif hand == G.handlist[#G.handlist] then
343+
elseif Aurinko.VerboseMode then
344344
G.E_MANAGER:add_event(Event({
345345
trigger = "after",
346346
delay = 0.2,
@@ -570,7 +570,7 @@ local glitched = {
570570
StatusText = true,
571571
})
572572
update_hand_text({ delay = 1.3 }, { mult = G.GAME.hands[hand].mult })
573-
elseif hand == G.handlist[#G.handlist] then
573+
elseif Aurinko.VerboseMode then
574574
G.E_MANAGER:add_event(Event({
575575
trigger = "after",
576576
delay = 0.2,

0 commit comments

Comments
 (0)