mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 03:21:30 +00:00
Kill processing_objects (#3398)
This commit is contained in:
@@ -31,10 +31,10 @@
|
||||
var/datum/reagent/R = chemical_reagents_list[T]
|
||||
reagent_names += R.name
|
||||
|
||||
processing_objects.Add(src)
|
||||
START_PROCESSING(SSprocessing, src)
|
||||
|
||||
/obj/item/weapon/reagent_containers/borghypo/Destroy()
|
||||
processing_objects.Remove(src)
|
||||
STOP_PROCESSING(SSprocessing, src)
|
||||
return ..()
|
||||
|
||||
/obj/item/weapon/reagent_containers/borghypo/process() //Every [recharge_time] seconds, recharge some reagents for the cyborg+
|
||||
|
||||
Reference in New Issue
Block a user