Cutting fire alarm wiring now produces cables.
This commit is contained in:
PsiOmega
2015-06-23 18:15:30 +02:00
parent 60861b1c64
commit 3b935ce854

View File

@@ -990,6 +990,7 @@ FIRE ALARM
user.visible_message("\red [user] has disconnected [src]'s detecting unit!", "You have disconnected [src]'s detecting unit.")
else if (istype(W, /obj/item/weapon/wirecutters))
user.visible_message("\red [user] has cut the wires inside \the [src]!", "You have cut the wires inside \the [src].")
new/obj/item/stack/cable_coil(get_turf(src), 5)
playsound(src.loc, 'sound/items/Wirecutter.ogg', 50, 1)
buildstage = 1
update_icon()