Fixed Slimaggedon spawning -- Uses antag menu

This commit is contained in:
ZomgPonies
2014-01-04 22:11:16 -05:00
parent e9feda83cb
commit af92092f64
4 changed files with 19 additions and 6 deletions
@@ -247,10 +247,10 @@
new_slime.key = key
new_slime << "<B>You are now a slime!</B>"
/*
if(new_slime.client)
if(babies.len)
var/list/candidates = get_active_candidates()
var/list/candidates = get_slime_candidates()
if(candidates.len)
var/mob/dead/observer/picked = pick(candidates)
var/mob/living/carbon/slime/S = pick(babies)
@@ -261,7 +261,7 @@
else
new_slime << "<i>You're an only child!</i>"*/
new_slime << "<i>You're an only child!</i>"
else
src << "<i>I am not ready to reproduce yet...</i>"
else