mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
epic
This commit is contained in:
@@ -269,7 +269,7 @@ SUBSYSTEM_DEF(timer)
|
|||||||
var/new_bucket_count
|
var/new_bucket_count
|
||||||
var/i = 1
|
var/i = 1
|
||||||
for (i in 1 to length(alltimers))
|
for (i in 1 to length(alltimers))
|
||||||
var/datum/timedevent/timer = alltimers[1]
|
var/datum/timedevent/timer = alltimers[i]
|
||||||
if (!timer)
|
if (!timer)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user