Disentangles blob from blob mode/removes blob mode

This commit is contained in:
KorPhaeron
2017-10-18 20:55:28 -05:00
committed by CitadelStationBot
parent d85dfb4aed
commit 20b17eceec
15 changed files with 119 additions and 171 deletions
+1 -4
View File
@@ -261,10 +261,7 @@ GLOBAL_PROTECT(LastAdminCalledProc)
if(ishuman(M))
log_admin("[key_name(src)] has blobized [M.key].")
var/mob/living/carbon/human/H = M
spawn(0)
var/mob/camera/blob/B = H.become_overmind(FALSE)
B.place_blob_core(B.base_point_rate, -1) //place them wherever they are
H.become_overmind()
else
alert("Invalid mob")