mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
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:
committed by
Jordan Brown
parent
e5929eb15b
commit
b79a9b557b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user