Removes unnessacary math defines

This commit is contained in:
ShizCalev
2020-02-17 23:09:09 -05:00
parent fcf32c3d2d
commit 7209ac3c93
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