From f083e9efa13667bf95a502aaa429dcb8376c35b2 Mon Sep 17 00:00:00 2001 From: itseasytosee <55666666+itseasytosee@users.noreply.github.com> Date: Wed, 28 Jul 2021 03:47:22 -0500 Subject: [PATCH] Adds sounds to adjusting the pneumatic cannon (#60470) --- code/game/objects/items/pneumaticCannon.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/pneumaticCannon.dm b/code/game/objects/items/pneumaticCannon.dm index e00fe68aae8..6f4da1b5a99 100644 --- a/code/game/objects/items/pneumaticCannon.dm +++ b/code/game/objects/items/pneumaticCannon.dm @@ -83,6 +83,7 @@ else if(W.type == type) to_chat(user, span_warning("You're fairly certain that putting a pneumatic cannon inside another pneumatic cannon would cause a spacetime disruption.")) else if(W.tool_behaviour == TOOL_WRENCH) + playsound(src, 'sound/items/ratchet.ogg', 50, TRUE) switch(pressureSetting) if(1) pressureSetting = 2