Fixed the icon states of the slime mutant race people. Had not changed their names correctly from when Phoal gave them to me.

Made adult slimes split into two baby slimes on death (no mutation chance, the list of friends doesn't pass over, and they'll start very hungry).

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5460 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Kortgstation@gmail.com
2013-01-03 20:07:21 +00:00
parent 808455cbbe
commit 294f990519
2 changed files with 2 additions and 1 deletions
@@ -6,7 +6,8 @@
if(!gibbed)
if(istype(src, /mob/living/carbon/slime/adult))
ghostize()
explosion(loc, -1,-1,3,12)
new primarytype(loc)
new primarytype(loc)
if(src) del(src)
else
for(var/mob/O in viewers(src, null))