Skip to content

Commit

Permalink
Readjusted kepori whistle and click volume (shiptest-ss13#3126)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

Readjusted kepori whistle and click volume. Whistle also now varies in
pitch.

Less ear bleed

:cl:
fix: Dialed down the loudness of a couple Kepori sounds
fix: Kepori wooping now has the audible flag.
fix: Whistling now varies in pitch
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Anticept authored and MrCat15352 committed Jun 22, 2024
1 parent 79318ef commit 7467df2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/human/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@
key_third_person = "whistles"
message = "whistles!"
emote_type = EMOTE_AUDIBLE
vary = TRUE

/datum/emote/living/carbon/human/kepiwhistle/get_sound(mob/living/user)
if(!ishuman(user))
Expand All @@ -395,3 +396,4 @@
key = "woop"
key_third_person = "woops"
message = "woops!"
emote_type = EMOTE_AUDIBLE
Binary file modified sound/voice/kepori/kepiclick.ogg
Binary file not shown.
Binary file modified sound/voice/kepori/kepiwhistle.ogg
Binary file not shown.

0 comments on commit 7467df2

Please sign in to comment.