Raises cell timer cap from 10min to 60min

This commit is contained in:
Ravensdale
2012-10-14 17:52:06 -07:00
parent ce62410058
commit f844b7baca
+1 -1
View File
@@ -177,7 +177,7 @@
var/tp = text2num(href_list["tp"])
var/timeleft = timeleft()
timeleft += tp
timeleft = min(max(round(timeleft), 0), 600)
timeleft = min(max(round(timeleft), 0), 3600)
timeset(timeleft)
//src.timing = 1
//src.closedoor()