Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaPikachuska committed Jan 11, 2025
1 parent 25954f0 commit 9ddd761
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/datums/emotes/human/gesture.dm
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,11 @@

message_type = SHOWMSG_VISUAL

sound = list('sound/misc/clap_1.ogg', 'sound/misc/clap_2.ogg', 'sound/misc/clap_3.ogg', 'sound/misc/clap_4.ogg')

state_checks = list(
EMOTE_STATE(is_stat, CONSCIOUS),
EMOTE_STATE(is_one_hand_usable),
)

/datum/emote/human/clap/get_sound(mob/living/carbon/human/user, intentional)
return pick(sound)

/datum/emote/human/wave
key = "wave"

Expand Down
Binary file removed sound/misc/clap_1.ogg
Binary file not shown.
Binary file removed sound/misc/clap_2.ogg
Binary file not shown.
Binary file removed sound/misc/clap_3.ogg
Binary file not shown.
Binary file removed sound/misc/clap_4.ogg
Binary file not shown.

0 comments on commit 9ddd761

Please sign in to comment.