mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Fixes double define of multilayer cable examine (#69460)
* One of the examines for multilayer cables were meant to be on the ``multiz`` subtype, since it's only for multiz stuff.
This commit is contained in:
@@ -12,9 +12,8 @@
|
||||
. += locate(/obj/structure/cable/multilayer/multiz) in (SSmapping.get_turf_below(T))
|
||||
. += locate(/obj/structure/cable/multilayer/multiz) in (SSmapping.get_turf_above(T))
|
||||
|
||||
/obj/structure/cable/multilayer/examine(mob/user)
|
||||
. += ..()
|
||||
/obj/structure/cable/multilayer/multiz/examine(mob/user)
|
||||
. = ..()
|
||||
var/turf/T = get_turf(src)
|
||||
. += span_notice("[locate(/obj/structure/cable/multilayer/multiz) in (SSmapping.get_turf_below(T)) ? "Detected" : "Undetected"] hub UP.")
|
||||
. += span_notice("[locate(/obj/structure/cable/multilayer/multiz) in (SSmapping.get_turf_above(T)) ? "Detected" : "Undetected"] hub DOWN.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user