From 624700687a9cf5e9dc4f563e35f53bccfcd8cab7 Mon Sep 17 00:00:00 2001 From: fernerr <35879136+fernerr@users.noreply.github.com> Date: Wed, 2 Sep 2020 16:20:59 +0200 Subject: [PATCH] Fixes an inconsistency with access requirements at the Beta solar array (#9858) --- html/changelogs/Ferner-200902-bugfix_BetaArray.yml | 4 ++++ maps/aurora/aurora-6_surface.dmm | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/Ferner-200902-bugfix_BetaArray.yml diff --git a/html/changelogs/Ferner-200902-bugfix_BetaArray.yml b/html/changelogs/Ferner-200902-bugfix_BetaArray.yml new file mode 100644 index 00000000000..a7b3c2689f4 --- /dev/null +++ b/html/changelogs/Ferner-200902-bugfix_BetaArray.yml @@ -0,0 +1,4 @@ +author: Ferner +delete-after: True +changes: + - bugfix: "Fixed an inconsistency with access requirements at the Beta solar array." \ No newline at end of file diff --git a/maps/aurora/aurora-6_surface.dmm b/maps/aurora/aurora-6_surface.dmm index 6b10e0bee23..96e9dc072b9 100644 --- a/maps/aurora/aurora-6_surface.dmm +++ b/maps/aurora/aurora-6_surface.dmm @@ -3669,7 +3669,8 @@ name = "interior access button"; pixel_x = -25; pixel_y = -25; - req_access = list(10,11,13) + req_access = null; + req_one_access = list(10,11,13) }, /obj/structure/cable/yellow{ d1 = 4;