From 2f7801809183b921e1ce169d0ae605597546bbd6 Mon Sep 17 00:00:00 2001 From: SirBloodBuske Date: Wed, 29 Apr 2015 12:42:20 -0700 Subject: [PATCH] Update alarm.dm --- code/game/machinery/alarm.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/alarm.dm b/code/game/machinery/alarm.dm index b736835c465..5c74a34dbdf 100644 --- a/code/game/machinery/alarm.dm +++ b/code/game/machinery/alarm.dm @@ -1139,6 +1139,7 @@ FIRE ALARM else if(istype(W, /obj/item/weapon/wirecutters)) // cutting the wires out user << "You cut the wires!" + playsound(get_turf(src), 'sound/items/Wirecutter.ogg', 50, 1) var/obj/item/stack/cable_coil/new_coil = new /obj/item/stack/cable_coil() new_coil.amount = 5 new_coil.loc = user.loc