Skip to content

Commit

Permalink
Merge pull request #971 from NopemanMcHalt/yip
Browse files Browse the repository at this point in the history
yip
  • Loading branch information
MosleyTheMalO authored Oct 8, 2023
2 parents 844411a + d1e2774 commit bc8ed20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modular_splurt/code/modules/mob/living/emotes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,14 @@
emote_sound = 'modular_splurt/sound/voice/yap.ogg'
emote_cooldown = 0.28 SECONDS

/datum/emote/living/audio/yip
key = "yip"
key_third_person = "yips"
message = "yips!"
message_mime = "acts out a yip!"
emote_sound = 'modular_splurt/sound/voice/yip.ogg'
emote_cooldown = 0.2 SECONDS

/datum/emote/living/audio/bork
key = "bork"
key_third_person = "borks"
Expand Down
Binary file added modular_splurt/sound/voice/yip.ogg
Binary file not shown.

0 comments on commit bc8ed20

Please sign in to comment.