Moves airlocks to the addtimer system

This commit is contained in:
Crazylemon64
2016-08-23 02:50:27 -07:00
parent 1a98660522
commit ea669191d5
3 changed files with 23 additions and 9 deletions
+2
View File
@@ -62,6 +62,8 @@ var/global/datum/controller/process/timer/timer_master
event.thingToCall = thingToCall
event.procToCall = procToCall
event.timeToRun = world.time + wait
// Make the tag portion of the hash be independent
args[1] = "\ref[thingToCall]"
event.hash = jointext(args, null)
if(args.len > 4)
event.argList = args.Copy(5)