AnturKs fixes without mutation fix

AnturKs fixes without mutation fix
This commit is contained in:
Razharas
2015-09-23 03:21:00 +03:00
parent 3e6f0c87bf
commit e5296ffa7d
3 changed files with 16 additions and 13 deletions
+3 -7
View File
@@ -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)