Skip to content

Commit

Permalink
Fixes Yautja notification sound toggle (#3878)
Browse files Browse the repository at this point in the history
# About the pull request
Fixes a duplicate definition of the toggle notification verb that
prevented it from working.
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
Bugs bad!
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: Fixes the toggle notification sound verb for Yautja bracers not
working.
/:cl:
  • Loading branch information
realforest2001 authored Jul 14, 2023
1 parent 5c08868 commit 801e6cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/modules/cm_preds/yaut_bracers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,6 @@
playsound(user,'sound/weapons/wristblades_on.ogg', 15, 1)
return TRUE

// Toggle the notification sound
/obj/item/clothing/gloves/yautja/hunter/toggle_notification_sound()
set category = "Yautja.Misc"

//Should put a cool menu here, like ninjas.
/obj/item/clothing/gloves/yautja/hunter/verb/wristblades()
set name = "Use Wrist Blades"
Expand Down

0 comments on commit 801e6cd

Please sign in to comment.