From 4ac06ac8b5b3f2c06b7b12bb20dd11db4eb7e6a8 Mon Sep 17 00:00:00 2001 From: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> Date: Fri, 4 Apr 2025 12:03:51 -0400 Subject: [PATCH] fixes the NTR and BS office door button (#28808) --- _maps/map_files/stations/cerestation.dmm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_maps/map_files/stations/cerestation.dmm b/_maps/map_files/stations/cerestation.dmm index c1802df534b..023fb164c3a 100644 --- a/_maps/map_files/stations/cerestation.dmm +++ b/_maps/map_files/stations/cerestation.dmm @@ -40388,7 +40388,9 @@ /obj/structure/cable/orange{ icon_state = "1-8" }, -/obj/machinery/door/airlock/command/glass, +/obj/machinery/door/airlock/command/glass{ + id_tag = "ntrepofficedoor" + }, /obj/effect/mapping_helpers/airlock/autoname, /obj/effect/mapping_helpers/airlock/polarized{ id = "ntr" @@ -43256,7 +43258,9 @@ /obj/structure/cable/orange{ icon_state = "1-8" }, -/obj/machinery/door/airlock/command/glass, +/obj/machinery/door/airlock/command/glass{ + id_tag = "blueshieldofficedoor" + }, /obj/effect/mapping_helpers/airlock/polarized{ id = "bs" },