For some reason this breaks the mob controller

This commit is contained in:
Crazylemon64
2017-05-07 00:31:01 -07:00
parent 0175575109
commit 68df0319e2
17 changed files with 63 additions and 24 deletions
+2 -1
View File
@@ -7,7 +7,6 @@ var/global/datum/controller/process/timer/timer_master
/datum/controller/process/timer/setup()
name = "timer"
schedule_interval = 1 //every 0.1 seconds--2 server ticks
timer_master = src
log_startup_progress("Timer process starting up.")
/datum/controller/process/timer/statProcess()
@@ -27,6 +26,8 @@ var/global/datum/controller/process/timer/timer_master
qdel(event)
SCHECK
DECLARE_GLOBAL_CONTROLLER(timer, timer_master)
/datum/controller/process/timer/proc/runevent(datum/timedevent/event)
set waitfor = 0
if(event.thingToCall)