Skip to content

Commit

Permalink
Merge pull request #1170 from AloraineOkapi/AlorainesGoobery
Browse files Browse the repository at this point in the history
New Emote for Practice
  • Loading branch information
MosleyTheMalO committed Jun 20, 2024
2 parents f5fa50e + fe69fd5 commit 41b122e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modular_splurt/code/modules/mob/living/emotes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1489,3 +1489,12 @@
/datum/emote/living/audio/mrrp/run_emote(mob/user, params)
emote_sound = pick('modular_splurt/sound/voice/catpeople/cat_mrrp1.ogg', 'modular_splurt/sound/voice/catpeople/cat_mrrp2.ogg')
. = ..()

/datum/emote/living/audio/gay
key = "gay"
key_third_person = "points at a player"
message = "saw something gay."
emote_sound = 'modular_splurt/sound/voice/gay-echo.ogg'
emote_cooldown = 0.95 SECONDS
emote_pitch_variance = FALSE

Binary file added modular_splurt/sound/voice/gay-echo.ogg
Binary file not shown.

0 comments on commit 41b122e

Please sign in to comment.