Turfs call ..() in attackby (#30707)

* gg

* fixes that other issue

* ok

* okie dokie

* removes this devil

* ok this works

* ok this works
This commit is contained in:
ExcessiveUseOfCobblestone
2017-09-14 12:24:21 -04:00
committed by Jordan Brown
parent e5929eb15b
commit b79a9b557b
+2
View File
@@ -95,6 +95,8 @@
C.is_empty(user)
/turf/attackby(obj/item/C, mob/user, params)
if(..())
return TRUE
if(can_lay_cable() && istype(C, /obj/item/stack/cable_coil))
var/obj/item/stack/cable_coil/coil = C
for(var/obj/structure/cable/LC in src)