mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com> 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
|