mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
Cables are now stacks
This commit is contained in:
@@ -532,9 +532,9 @@ turf/simulated/floor/proc/update_icon()
|
||||
user << "\blue This section is too damaged to support a tile. Use a welder to fix the damage."
|
||||
|
||||
|
||||
if(istype(C, /obj/item/weapon/cable_coil))
|
||||
if(istype(C, /obj/item/stack/cable_coil))
|
||||
if(is_plating())
|
||||
var/obj/item/weapon/cable_coil/coil = C
|
||||
var/obj/item/stack/cable_coil/coil = C
|
||||
coil.turf_place(src, user)
|
||||
else
|
||||
user << "\red You must remove the plating first."
|
||||
|
||||
Reference in New Issue
Block a user