mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
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
|