mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Metabolism qdel cleanup (#17206)
* Atomization * sdfas * sdfa --------- Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
if(istype(parent_mob))
|
||||
parent = parent_mob
|
||||
|
||||
/datum/reagents/metabolism/Destroy()
|
||||
parent = null
|
||||
. = ..()
|
||||
|
||||
/datum/reagents/metabolism/proc/metabolize()
|
||||
if(!parent)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user