From 33a311292e6e0dd7de0c0c33642167df3459c826 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Tue, 4 Nov 2025 04:15:11 -0500 Subject: [PATCH] fix dock markers not appearing (#30869) --- code/modules/mining/equipment/marker_beacons.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mining/equipment/marker_beacons.dm b/code/modules/mining/equipment/marker_beacons.dm index b56c1aab579..c59b1a44e68 100644 --- a/code/modules/mining/equipment/marker_beacons.dm +++ b/code/modules/mining/equipment/marker_beacons.dm @@ -159,6 +159,9 @@ GLOBAL_LIST_INIT(marker_beacon_colors, list( . = ..() RegisterSignal(src, COMSIG_ATTACK_BY, TYPE_PROC_REF(/datum, signal_cancel_attack_by)) +/obj/structure/marker_beacon/dock_marker/update_icon_state() + set_light(light_range, light_power, LIGHT_COLOR_BLUE) + /obj/structure/marker_beacon/dock_marker/attack_hand() return