mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user