From 0af8c167178bf3649cd45f6f11f6f81d4914e95f Mon Sep 17 00:00:00 2001 From: forest2001 Date: Thu, 13 Jul 2023 18:04:46 +0100 Subject: [PATCH] fixes the sound toggle --- code/modules/cm_preds/yaut_bracers.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/cm_preds/yaut_bracers.dm b/code/modules/cm_preds/yaut_bracers.dm index 1b98ef402b90..5c4079b2be23 100644 --- a/code/modules/cm_preds/yaut_bracers.dm +++ b/code/modules/cm_preds/yaut_bracers.dm @@ -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"