Initial cable changes.

This commit is contained in:
ComicIronic
2015-02-17 13:27:59 +00:00
parent 95de02d783
commit b44a0430a8
67 changed files with 218 additions and 278 deletions

View File

@@ -81,7 +81,7 @@
/obj/item/device/radio/intercom/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(!installed)
if(istype(W,/obj/item/weapon/cable_coil))
if(istype(W,/obj/item/stack/cable_coil))
if(!circuitry_installed)
user << "\red You need to install intercom electronics first!"
return 1