mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
AnturKs fixes without mutation fix
AnturKs fixes without mutation fix
This commit is contained in:
@@ -430,14 +430,10 @@
|
||||
/mob/living/carbon/human/proc/Blobize()
|
||||
if (notransform)
|
||||
return
|
||||
var/obj/effect/blob/core/new_blob = new /obj/effect/blob/core (loc)
|
||||
if(!client)
|
||||
for(var/mob/dead/observer/G in player_list)
|
||||
if(ckey == "@[G.ckey]")
|
||||
new_blob.create_overmind(G.client , 1)
|
||||
break
|
||||
if(!client) //TOO BAD
|
||||
new /obj/effect/blob/core (loc)
|
||||
else
|
||||
new_blob.create_overmind(src.client , 1)
|
||||
new /obj/effect/blob/core (loc,new_overmind = src.client)
|
||||
gib(src)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user