SLIMAGGEDON bugfix

This commit is contained in:
ZomgPonies
2013-09-10 19:31:27 -04:00
parent 981080d6d3
commit c799b1bf6a
@@ -254,12 +254,12 @@
if(candidates.len)
var/mob/dead/observer/picked = pick(candidates)
var/mob/living/carbon/slime/S = pick(babies)
picked.mind.transfer_to(S)
S.key = picked
S.a_intent = "hurt"
S.universal_speak = universal_speak
S << "<B>You are now a slime!</B>"
else return
else
new_slime << "<i>You're an only child!</i>"
else