Skip to content

Commit eba3f4e

Browse files
authored
Merge pull request #469 from Dragokillfist/main
fixed before math can
2 parents 4c68d41 + 3e0071b commit eba3f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/epic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ local clockwork = { -- Steel Support: The Joker
20122012
math.floor(pseudorandom("Clockwork2") * 2 + 0.5)
20132013
math.floor(pseudorandom("Clockwork3") * 4 + 0.5)
20142014
math.floor(pseudorandom("Clockwork4") * 6 + 0.5)
2015-
end
2015+
end,
20162016
cry_credits = {
20172017
idea = {
20182018
"cassknows",

0 commit comments

Comments
 (0)