Skip to content

Commit

Permalink
speen (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy authored Sep 8, 2024
1 parent 101ea87 commit bd8758e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions monkestation/code/modules/emotes/code/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -465,4 +465,16 @@
taste_description = "metallic saltiness"
nutriment_factor = 0.5 * REAGENTS_METABOLISM
penetrates_skin = NONE

/datum/emote/spin/speen
key = "speen"
key_third_person = "speens"
emote_type = EMOTE_VISIBLE | EMOTE_AUDIBLE
mob_type_allowed_typecache = /mob/living
mob_type_blacklist_typecache = list(/mob/living/brain)
audio_cooldown = 2 SECONDS
vary = TRUE

/datum/emote/spin/speen/get_sound(mob/living/user)
return 'monkestation/sound/voice/speen.ogg'
//End
Binary file added monkestation/sound/voice/speen.ogg
Binary file not shown.

0 comments on commit bd8758e

Please sign in to comment.