mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Merge pull request #2540 from Incoming5643/blobjob
BE_BLOB and easy adminblobing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user