Skip to content

Commit f6ad1d0

Browse files
committed
glitch fix
1 parent f297acf commit f6ad1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ local glitched = {
512512
}))
513513
update_hand_text(
514514
{ delay = 1.3 },
515-
{ mult = (amount > to_big(0) and "+" or "-") .. "???", StatusText = true }
515+
{ mult = (to_big(amount) > to_big(0) and "+" or "-") .. "???", StatusText = true }
516516
)
517517
end
518518
end

0 commit comments

Comments
 (0)