Skip to content

Commit

Permalink
Readjusted kepori whistle and click volume (#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. -->

## About The Pull Request

<!-- 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.

## Why It's Good For The Game

Less ear bleed

## Changelog

: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 Jun 21, 2024
1 parent 371d7aa commit 852e2df
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 @@ -346,6 +346,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 @@ -357,3 +358,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 852e2df

Please sign in to comment.