Baby metroids now leave a proper sprite when dead.

Fixed metroid sprite to be more easily clickable.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@326 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-10-19 18:11:59 +00:00
parent 5ed403a405
commit f0fce79116
2 changed files with 4 additions and 1 deletions
@@ -3,7 +3,10 @@
return
if(src.healths)
src.healths.icon_state = "health6"
src.icon_state = "larva_l"
if(istype(src,/mob/living/carbon/alien/larva/metroid))
src.icon_state = "metroid_dead"
else
src.icon_state = "larva_l"
src.stat = 2
if (!gibbed)