mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 07:42:21 +00:00
Blob fixes, including fixes #9365
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
var/mob/camera/blob/overmind = null
|
||||
|
||||
/obj/structure/blob/storage/update_icon()
|
||||
if(health <= 0)
|
||||
if(health <= 0 && !QDELETED(src))
|
||||
overmind.max_blob_points -= 50
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user