Adds a UI indicator for blob overminds.

This unfortunately necessitated the addition of a mob/camera/blob/Life(), but I think that the added ease-of-use is worth it.
This commit is contained in:
Cheridan
2013-07-12 17:56:54 -05:00
parent 22dc673d1e
commit c68e73e164
4 changed files with 24 additions and 1 deletions
+5
View File
@@ -115,6 +115,11 @@ proc/isobserver(A)
return 1
return 0
proc/isovermind(A)
if(istype(A, /mob/camera/blob))
return 1
return 0
proc/isorgan(A)
if(istype(A, /datum/limb))
return 1