Moves blob chunk effects to artifact effects. (#8783)

* Sweating Reagents

* Hot & Cold

* Faraday

* Electric Snakebite

* Blast shielding

* Knock out all the other trivial/already-existing-artifact-effect types

* Extinguisher

* 2fort

* Sprinting

* This artifact qualifies as a member of the police.

* Noxious gases

* Necromancy!

* Necromancy 2!

* Delete blob chunk
This commit is contained in:
Atermonera
2023-01-15 10:55:52 -08:00
committed by GitHub
parent 2903c367bd
commit f473ed9717
42 changed files with 509 additions and 572 deletions

View File

@@ -110,9 +110,6 @@ var/global/list/blob_cores = list()
point_rate = new_rate
/obj/structure/blob/core/Destroy()
var/turf/T = get_turf(src)
new /obj/item/blobcore_chunk(T, overmind.blob_type)
blob_cores -= src
if(overmind)
overmind.blob_core = null