From dd6585dd1fda21fa4d2f8da11a2c2b671756ee34 Mon Sep 17 00:00:00 2001 From: Peppii Date: Fri, 14 Jun 2019 21:24:50 -0400 Subject: [PATCH 1/2] Runabout Access Fix --- _maps/map_files/Intrepid/Intrepid-ships.dmm | 12 ++----- .../ben10083 - Runabout_Access_Fix.yml | 35 +++++++++++++++++++ 2 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 html/changelogs/ben10083 - Runabout_Access_Fix.yml diff --git a/_maps/map_files/Intrepid/Intrepid-ships.dmm b/_maps/map_files/Intrepid/Intrepid-ships.dmm index 3c727c04c7c..577af9c3794 100644 --- a/_maps/map_files/Intrepid/Intrepid-ships.dmm +++ b/_maps/map_files/Intrepid/Intrepid-ships.dmm @@ -4299,7 +4299,8 @@ "lM" = ( /obj/machinery/door/airlock/trek/ship{ dir = 4; - name = "Medical bay" + name = "Bridge"; + req_access_txt = "31" }, /turf/open/floor/carpet/trek, /area/ship/runabout) @@ -4307,13 +4308,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1, /turf/open/floor/carpet/trek, /area/ship/runabout) -"lO" = ( -/obj/machinery/door/airlock/trek/ship{ - dir = 4; - name = "Cargo bay" - }, -/turf/open/floor/carpet/trek, -/area/ship/runabout) "lP" = ( /obj/machinery/transporter_pad{ icon_state = "0,4" @@ -30262,7 +30256,7 @@ lx lx lx lx -lO +lM lx lx mf diff --git a/html/changelogs/ben10083 - Runabout_Access_Fix.yml b/html/changelogs/ben10083 - Runabout_Access_Fix.yml new file mode 100644 index 00000000000..d66be25b7c8 --- /dev/null +++ b/html/changelogs/ben10083 - Runabout_Access_Fix.yml @@ -0,0 +1,35 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# spellcheck (typo fixes) +# experiment +################################# + +# Your name. +author: ben10083 + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "Fixed oversight which allowed general crew to access Runabout Bridge." From b15f62850e1612e36fef6c8e398b3203208835ce Mon Sep 17 00:00:00 2001 From: Peppii Date: Fri, 14 Jun 2019 22:24:17 -0400 Subject: [PATCH 2/2] Removed CL --- .../ben10083 - Runabout_Access_Fix.yml | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 html/changelogs/ben10083 - Runabout_Access_Fix.yml diff --git a/html/changelogs/ben10083 - Runabout_Access_Fix.yml b/html/changelogs/ben10083 - Runabout_Access_Fix.yml deleted file mode 100644 index d66be25b7c8..00000000000 --- a/html/changelogs/ben10083 - Runabout_Access_Fix.yml +++ /dev/null @@ -1,35 +0,0 @@ -################################ -# Example Changelog File -# -# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. -# -# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) -# When it is, any changes listed below will disappear. -# -# Valid Prefixes: -# bugfix -# wip (For works in progress) -# tweak -# soundadd -# sounddel -# rscadd (general adding of nice things) -# rscdel (general deleting of nice things) -# imageadd -# imagedel -# spellcheck (typo fixes) -# experiment -################################# - -# Your name. -author: ben10083 - -# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. -delete-after: True - -# Any changes you've made. See valid prefix list above. -# INDENT WITH TWO SPACES. NOT TABS. SPACES. -# SCREW THIS UP AND IT WON'T WORK. -# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. -# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. -changes: - - tweak: "Fixed oversight which allowed general crew to access Runabout Bridge."