Skip to content

Commit ffcfe34

Browse files
authored
Merge pull request #417 from Dragokillfist/refactor
glitched edition planet fix
2 parents 2e5a093 + f6ad1d0 commit ffcfe34

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)