Files
GS13/code/modules/mob/living/carbon/alien/update_icons.dm
T
2019-09-23 18:26:34 +02:00

11 lines
302 B
Plaintext

/mob/living/carbon/alien/update_damage_overlays() //aliens don't have damage overlays.
return
/mob/living/carbon/alien/update_body() // we don't use the bodyparts or body layers for aliens.
return
/mob/living/carbon/alien/update_body_parts()//we don't use the bodyparts layer for aliens.
return