stop the pills (#18703)

* RedPills Processing

Now you have to use START_PROCESSING(SSname, thing) (and STOP_PROCESSING)

* Fixes a minor bug.
This commit is contained in:
Kyle Spier-Swenson
2016-06-20 12:07:44 +02:00
committed by AnturK
parent c480ad71ee
commit 0d6bbbb412
90 changed files with 424 additions and 416 deletions
@@ -34,7 +34,7 @@
src.energy = starting_energy
..()
SSobj.processing |= src
START_PROCESSING(SSobj, src)
poi_list |= src
for(var/obj/machinery/power/singularity_beacon/singubeacon in machines)
if(singubeacon.active)
@@ -43,7 +43,7 @@
return
/obj/singularity/Destroy()
SSobj.processing.Remove(src)
STOP_PROCESSING(SSobj, src)
poi_list.Remove(src)
return ..()