Skip to content

Commit

Permalink
tweak(sound): change snore volume
Browse files Browse the repository at this point in the history
Чуть тише всё же
  • Loading branch information
P4elique committed Oct 8, 2023
1 parent ae9a93c commit 64acea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/emotes/emote_define.dm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
if ("clap")
playsound(user, SFX_CLAP, 30, 0)
if ("snore")
playsound(user, SFX_SNORE, 25, 1)
playsound(user, SFX_SNORE, 15, 1)

/decl/emote/proc/do_emote(atom/user, extra_params)

Expand Down

0 comments on commit 64acea8

Please sign in to comment.