Remaps CC, changes z1 layout (#17425)

This commit is contained in:
S34N
2022-03-14 19:08:07 +00:00
committed by GitHub
parent f25787740a
commit 03beb422b2
9 changed files with 34927 additions and 32989 deletions
@@ -141,3 +141,21 @@ GLOBAL_LIST_INIT(marker_beacon_colors, list(
if(input_color)
picked_color = input_color
update_icon()
/obj/structure/marker_beacon/dock_marker
name = "docking beacon"
desc = "An illumination device used to designate docking ports. It is anchored in place and pulsing steadily."
icon_state = "dockingmarker"
flags = NODECONSTRUCT
/obj/structure/marker_beacon/dock_marker/update_icon()
set_light(light_range, light_power, LIGHT_COLOR_BLUE)
/obj/structure/marker_beacon/dock_marker/attackby()
return
/obj/structure/marker_beacon/dock_marker/attack_hand()
return
/obj/structure/marker_beacon/dock_marker/AltClick()
return