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
@@ -39,11 +39,11 @@
/obj/structure/beebox/New()
..()
SSobj.processing += src
START_PROCESSING(SSobj, src)
/obj/structure/beebox/Destroy()
SSobj.processing -= src
STOP_PROCESSING(SSobj, src)
bees.Cut()
bees = null
honeycombs.Cut()
+1 -1
View File
@@ -79,7 +79,7 @@
..()
if( istype(src.loc, /mob) )
held_mob = src.loc
SSobj.processing |= src
START_PROCESSING(SSobj, src)
/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chili/process()
if(held_mob && src.loc == held_mob)