Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Runabout Access Fix #124

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions _maps/map_files/Intrepid/Intrepid-ships.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4299,21 +4299,15 @@
"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)
"lN" = (
/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"
Expand Down Expand Up @@ -30262,7 +30256,7 @@ lx
lx
lx
lx
lO
lM
lx
lx
mf
Expand Down
35 changes: 35 additions & 0 deletions html/changelogs/ben10083 - Runabout_Access_Fix.yml
Original file line number Diff line number Diff line change
@@ -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

ben10083-zz marked this conversation as resolved.
Show resolved Hide resolved
# 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."