mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Initial cable changes.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user