boop emote sound (#20965)

This commit is contained in:
Henri215
2023-05-14 00:24:00 +02:00
committed by GitHub
parent 04377481a2
commit c68a421171
3 changed files with 12 additions and 0 deletions
@@ -56,6 +56,14 @@
emote_type = EMOTE_SOUND | EMOTE_AUDIBLE
sound = "sound/machines/twobeep.ogg"
/datum/emote/living/silicon/boop
key = "boop"
key_third_person = "boops"
message = "boops."
message_param = "boops at %t."
emote_type = EMOTE_SOUND | EMOTE_AUDIBLE
sound = "sound/machines/boop.ogg"
/datum/emote/living/silicon/yes
key = "yes"
message = "emits an affirmative blip."