Blob fixes, including fixes #9365

This commit is contained in:
Kyep
2018-09-04 19:44:14 -07:00
parent e19bbb0a5f
commit fd2cb10975
3 changed files with 14 additions and 15 deletions

View File

@@ -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)