mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
34537c70ee
* 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>
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
/mob/living/carbon/get_available_emotes()
|
|
. = ..()
|
|
if(length(species?.default_emotes))
|
|
. |= species.default_emotes
|