mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-20 19:46:19 +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 |