This commit is contained in:
Aurorablade
2016-08-26 21:54:56 -04:00
463 changed files with 9182 additions and 47390 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
catchBadType(M)
machine_processing -= M
SCHECK_EVERY(100)
SCHECK
/datum/controller/process/machinery/proc/process_power()
for(last_object in deferred_powernet_rebuilds)
+4 -1
View File
@@ -62,7 +62,10 @@ var/global/datum/controller/process/timer/timer_master
event.thingToCall = thingToCall
event.procToCall = procToCall
event.timeToRun = world.time + wait
event.hash = jointext(args, null)
var/hashlist = args.Copy()
hashlist[1] = "[thingToCall](\ref[thingToCall])"
event.hash = jointext(hashlist, null)
if(args.len > 4)
event.argList = args.Copy(5)