Update alarm.dm

This commit is contained in:
SirBloodBuske
2015-04-29 12:42:20 -07:00
parent 1cf4a707f7
commit 2f78018091
+1
View File
@@ -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