Port Integrated Electronics from Polaris (#3371)

Ports Polaris' integrated electronics system, whichallows for Roboticists & Electricians/Engineers to build custom devices and machines for a variety of purposes.
This commit is contained in:
Lohikar
2017-09-12 21:41:39 -05:00
committed by GitHub
parent ee2c01c1ec
commit e28c29a551
77 changed files with 5240 additions and 43 deletions
@@ -25,7 +25,7 @@ var/datum/controller/subsystem/processing/SSprocessing
while(current_run.len)
var/datum/thing = current_run[current_run.len]
current_run.len--
if(thing)
if(!QDELETED(thing))
if (thing.process() == PROCESS_KILL)
stop_processing(thing)
else