Skip to content

Commit

Permalink
Snip snap
Browse files Browse the repository at this point in the history
  • Loading branch information
TiviPlus committed Feb 24, 2020
1 parent 1335953 commit 2fc643d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions code/modules/mob/living/carbon/human/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -446,3 +446,14 @@
return
var/image/pain = image('icons/mob/talk.dmi', user, icon_state = "pain")
user.add_emote_overlay(pain)

/datum/emote/living/carbon/human/snap
key = "snap"
key_third_person = "snaps"
message = "snaps their fingers."
message_param = "snaps their fingers at %t."
flags_emote = EMOTE_RESTRAINT_CHECK
emote_type = EMOTE_AUDIBLE

/datum/emote/living/carbon/human/snap/get_sound(mob/living/carbon/human/user)
return pick('sound/misc/fingersnap1.ogg','sound/misc/fingersnap2.ogg')
Binary file added sound/misc/fingersnap1.ogg
Binary file not shown.
Binary file added sound/misc/fingersnap2.ogg
Binary file not shown.

0 comments on commit 2fc643d

Please sign in to comment.