From 0af0c9bd722c4a5fee7b72db972ea752569ee68b Mon Sep 17 00:00:00 2001 From: morrowwolf Date: Wed, 4 Oct 2023 05:04:16 -0400 Subject: [PATCH] Fixes req door accesses (#4582) # About the pull request Someone set this door variable wrong and as such caused some downstream runtimes that made things function incorrectly. # Explain why it's good for the game Bug bad # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: Morrow fix: Fixed req door accesses /:cl: --- maps/map_files/USS_Almayer/USS_Almayer.dmm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maps/map_files/USS_Almayer/USS_Almayer.dmm b/maps/map_files/USS_Almayer/USS_Almayer.dmm index 32937d821d60..40f27836947e 100644 --- a/maps/map_files/USS_Almayer/USS_Almayer.dmm +++ b/maps/map_files/USS_Almayer/USS_Almayer.dmm @@ -20971,7 +20971,7 @@ /obj/structure/machinery/door/airlock/almayer/generic{ access_modified = 1; name = "Storage"; - req_one_access = "2;21" + req_one_access_txt = "19;21" }, /turf/open/floor/almayer{ icon_state = "plate" @@ -35034,7 +35034,7 @@ access_modified = 1; dir = 2; name = "\improper Requisitions Break Room"; - req_one_access = "19;21" + req_one_access_txt = "19;21" }, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 @@ -68673,7 +68673,7 @@ access_modified = 1; dir = 1; name = "Storage"; - req_one_access = "2;21" + req_one_access_txt = "19;21" }, /turf/open/floor/almayer{ icon_state = "test_floor4"