Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Jun 21, 2024
2 parents 72b95e2 + 0461d1b commit fa74a28
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions html/changelogs/archive/2024-06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
2024-06-12:
LonoferaRS:
- rscadd: new Leopard tail
2024-06-20:
AloraineOkapi:
- rscadd: Added the gay emote
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 @@ -1519,3 +1519,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 fa74a28

Please sign in to comment.