Merge pull request #2540 from Incoming5643/blobjob

BE_BLOB and easy adminblobing
This commit is contained in:
fleure
2014-02-03 10:34:31 -08:00
9 changed files with 49 additions and 10 deletions
+9
View File
@@ -371,6 +371,15 @@
. = new_slime
del(src)
/mob/living/carbon/human/proc/Blobize()
if (notransform)
return
var/obj/effect/blob/core/new_blob = new /obj/effect/blob/core (loc)
new_blob.create_overmind(src.client , 1)
gib(src)
/mob/living/carbon/human/proc/corgize()
if (notransform)
return