ss220club / Bandastation

SS220 TG repository
https://discord.gg/ss220
GNU Affero General Public License v3.0
30 stars 34 forks source link

Fix Scream emote running the wrong emote #370

Closed larentoun closed 3 months ago

larentoun commented 3 months ago

About The Pull Request

So, we have two emotes for key = "scream", /datum/emote/living/scream and /datum/emote/living/carbon/human/scream.

Since /datum/emote/living/scream is the first in the emote_list, it plays (and successfully) first in the list of two.

I'm not really sure how to "override" available emotes other than restricting the "lesser" emote.

Also fixes a typo for /datum/emote/carbon/human/scream

Why It's Good For The Game

Correct emote plays when a human scream

Changelog

:cl: fix: Correct emote plays when a human scream. Should have sound now. /:cl: