Skip to content

Commit

Permalink
Merge pull request #1180 from LonoferaRS/master
Browse files Browse the repository at this point in the history
divide mrrp into mrrp and mrrp2
  • Loading branch information
MosleyTheMalO committed Jul 16, 2024
2 parents ade01df + e252a00 commit b41b2b6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions modular_splurt/code/modules/mob/living/emotes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1486,9 +1486,13 @@
emote_cooldown = 0.8 SECONDS // mrrp mrrp meow
emote_pitch_variance = FALSE

/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/mrrp2
key = "mrrp2"
key_third_person = "mrrps"
message = "trills like a cat!"
emote_sound = 'modular_splurt/sound/voice/catpeople/cat_mrrp2.ogg'
emote_cooldown = 0.8 SECONDS
emote_pitch_variance = FALSE

/datum/emote/living/audio/gay
key = "gay"
Expand Down

0 comments on commit b41b2b6

Please sign in to comment.