This commit is contained in:
silicons
2021-02-22 02:26:37 -07:00
parent bf80f5c0a5
commit 2878c443e0
103 changed files with 449 additions and 451 deletions

View File

@@ -14,11 +14,11 @@
/obj/item/projectile/energy/blob/splattering
splatter = TRUE
/obj/item/projectile/energy/blob/New()
/obj/item/projectile/energy/blob/Initialize(mapload)
. = ..()
if(splatter)
create_reagents(splatter_volume)
ready_chemicals()
..()
/obj/item/projectile/energy/blob/Destroy()
qdel(reagents)