Consolidates Species Files (#17293)

* Consolidates the species _vr override files.

* Bugfix: Moves xenochi brain var to base brain

* gluttony

* Moves teshari to station.dm

They ARE station crew, after all.

* byebye

* RIDICULOUS

* ears

* this got lost

* this needs real unfucking

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2025-03-24 18:00:11 -04:00
committed by GitHub
co-authored by Kashargul
parent 25dfd063d4
commit 34537c70ee
44 changed files with 2098 additions and 2397 deletions
@@ -1,6 +1,3 @@
/datum/species
var/list/default_emotes = list()
/mob/living/carbon/get_available_emotes()
. = ..()
if(length(species?.default_emotes))