mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 13:42:44 +00:00
Removes weapons
This commit is contained in:
@@ -111,7 +111,7 @@ var/list/blob_cores = list()
|
||||
|
||||
/obj/structure/blob/core/Destroy()
|
||||
var/turf/T = get_turf(src)
|
||||
new /obj/item/weapon/blobcore_chunk(T, overmind.blob_type)
|
||||
new /obj/item/blobcore_chunk(T, overmind.blob_type)
|
||||
|
||||
blob_cores -= src
|
||||
if(overmind)
|
||||
|
||||
Reference in New Issue
Block a user