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

@@ -75,7 +75,7 @@
#define iswelder(A) istype(A, /obj/item/weapon/weldingtool)
#define iscoil(A) istype(A, /obj/item/weapon/cable_coil)
#define iscoil(A) istype(A, /obj/item/stack/cable_coil)
#define iswirecutter(A) istype(A, /obj/item/weapon/wirecutters)
@@ -85,4 +85,4 @@
#define iscrowbar(A) istype(A, /obj/item/weapon/crowbar)
#define iswire(O) istype(O, /obj/item/weapon/cable_coil)
#define iswire(O) istype(O, /obj/item/stack/cable_coil)