mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-07 14:50:21 +00:00
Ports https://github.com/PolarisSS13/Polaris/pull/8099 and https://github.com/PolarisSS13/Polaris/pull/8101
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
/datum/species
|
|
var/list/default_emotes = list()
|
|
|
|
/mob/living/carbon/get_available_emotes()
|
|
. = ..()
|
|
if(length(species?.default_emotes))
|
|
. |= species.default_emotes
|