diff --git a/code/modules/mod/mod_control.dm b/code/modules/mod/mod_control.dm
index 94d6d02466c..5198dab0ed1 100644
--- a/code/modules/mod/mod_control.dm
+++ b/code/modules/mod/mod_control.dm
@@ -296,7 +296,6 @@
return TRUE
if(!core)
return TRUE
- wrench.play_tool_sound(src, 100)
core.forceMove(drop_location())
update_charge_alert()
return TRUE
@@ -314,7 +313,6 @@
if(screwdriver.use_tool(src, user, 1 SECONDS))
if(active || activating)
to_chat(user, "Deactivate the suit first!")
- screwdriver.play_tool_sound(src, 100)
to_chat(user, "Cover [open ? "closed" : "opened"]")
open = !open
return TRUE