Skip to content

Commit

Permalink
Adds deck 2 Operations access back to the Corporate Reporter (Auroras…
Browse files Browse the repository at this point in the history
…tation#19657)

Title. The access for the deck 2 doors seems to have been reverted at
some point for one reason or another, so this readds that.
  • Loading branch information
feartheblackout authored Jul 22, 2024
1 parent 1345bea commit 61ef70f
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 8 deletions.
58 changes: 58 additions & 0 deletions html/changelogs/SimpleMaroon-reporteroperations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
################################
# 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
# - (fixes bugs)
# wip
# - (work in progress)
# qol
# - (quality of life)
# soundadd
# - (adds a sound)
# sounddel
# - (removes a sound)
# rscadd
# - (adds a feature)
# rscdel
# - (removes a feature)
# imageadd
# - (adds an image or sprite)
# imagedel
# - (removes an image or sprite)
# spellcheck
# - (fixes spelling or grammar)
# experiment
# - (experimental change)
# balance
# - (balance changes)
# code_imp
# - (misc internal code change)
# refactor
# - (refactors code)
# config
# - (makes a change to the config files)
# admin
# - (makes changes to administrator tools)
# server
# - (miscellaneous changes to server)
#################################

# Your name.
author: SimpleMaroon

# 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:
- qol: "Added Journalist access back to some of the doors on deck 2 Operations."
16 changes: 8 additions & 8 deletions maps/sccv_horizon/sccv_horizon-2_deck_2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6743,7 +6743,7 @@
/obj/machinery/door/airlock/glass_mining{
dir = 1;
name = "Break Room";
req_one_access = list(26,29,31,48,67)
req_one_access = list(26,29,31,48,67,70)
},
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
Expand Down Expand Up @@ -7074,7 +7074,7 @@
/obj/machinery/door/airlock/glass_mining{
dir = 1;
name = "Operations Bay";
req_one_access = list(26,29,31,48,67)
req_one_access = list(26,29,31,48,67,70)
},
/obj/machinery/door/firedoor,
/obj/structure/cable/green{
Expand Down Expand Up @@ -7543,7 +7543,7 @@
/obj/machinery/door/airlock/maintenance{
dir = 1;
name = "Operations Maintenance";
req_one_access = list(26,29,31,48,67)
req_one_access = list(26,29,31,48,67,70)
},
/turf/simulated/floor/tiled/full,
/area/operations/break_room)
Expand Down Expand Up @@ -14637,7 +14637,7 @@
/obj/machinery/door/airlock/glass_mining{
dir = 1;
name = "Operations Bay";
req_one_access = list(26,29,31,48,67)
req_one_access = list(26,29,31,48,67,70)
},
/obj/effect/map_effect/door_helper/unres{
dir = 1
Expand Down Expand Up @@ -18078,7 +18078,7 @@
/obj/machinery/door/airlock/multi_tile/glass{
autoclose = 0;
name = "Warehouse Elevator";
req_one_access = list(26,29,31,48,67)
req_one_access = list(26,29,31,48,67,70)
},
/obj/machinery/door/firedoor/multi_tile,
/turf/simulated/floor/tiled/dark,
Expand Down Expand Up @@ -18381,7 +18381,7 @@
/obj/machinery/door/airlock/glass_mining{
dir = 1;
name = "Operations Bay";
req_one_access = list(26,29,31,48,67)
req_one_access = list(26,29,31,48,67,70)
},
/obj/effect/map_effect/door_helper/unres{
dir = 1
Expand Down Expand Up @@ -37842,7 +37842,7 @@
autoclose = 0;
dir = 2;
name = "Warehouse Elevator";
req_one_access = list(26,29,31,48,67)
req_one_access = list(26,29,31,48,67,70)
},
/obj/machinery/door/firedoor/multi_tile{
dir = 2
Expand Down Expand Up @@ -39143,7 +39143,7 @@
/obj/machinery/door/airlock{
dir = 4;
name = "Emergency Supplies Closet";
req_one_access = list(26,29,31,48,67)
req_one_access = list(26,29,31,48,67,70)
},
/obj/effect/map_effect/door_helper/unres{
dir = 4
Expand Down

0 comments on commit 61ef70f

Please sign in to comment.