Merge pull request #49421 from ShizCalev/define-cleanup

Cleans up redundant math defines
This commit is contained in:
spookydonut
2020-02-20 19:32:36 +08:00
committed by GitHub
160 changed files with 331 additions and 335 deletions
+1 -1
View File
@@ -153,5 +153,5 @@
var/value = text2num(params["adjust"])
if(value)
var/newtime = round(time+value)
time = CLAMP(newtime, 0, 600)
time = clamp(newtime, 0, 600)
. = TRUE