mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
SLIMAGGEDON bugfix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user