Merge pull request #9904 from PsiOmegaDelta/150623-Cables

Fixes #9813.
This commit is contained in:
Ccomp5950
2015-06-23 12:22:47 -04:00
+1
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()