Files
GS13NG/code/modules/mob/living/carbon/alien/update_icons.dm
T
2020-11-12 23:34:42 -07:00

12 lines
303 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