mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-28 15:16:18 +01:00
11 lines
302 B
Plaintext
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 |