Allows Corporate Reporters to access parts of Operations (#18363)

* Allows Corporate Reporters to access parts of Operations

* langechog
This commit is contained in:
feartheblackout
2024-02-08 12:06:27 +00:00
committed by GitHub
parent 38bf09d530
commit 8cb80c3a43
4 changed files with 56 additions and 19 deletions
@@ -0,0 +1,41 @@
################################
# 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
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################
# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- tweak: "Corporate Reporters can now access certain doors in the Operations Bay."
+5 -9
View File
@@ -2936,7 +2936,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/maintenance{
dir = 4;
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/storage)
@@ -3953,7 +3953,7 @@
/obj/machinery/door/airlock/glass_mining{
dir = 1;
name = "Cargo 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
@@ -4732,7 +4732,7 @@
/obj/machinery/door/airlock/glass_mining{
dir = 4;
name = "Operations Hangar";
req_one_access = list(26,29,31,48,67)
req_one_access = list(26,29,31,48,67,70)
},
/obj/machinery/door/firedoor,
/obj/effect/map_effect/door_helper/unres{
@@ -12216,10 +12216,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/engineering)
"iBu" = (
/obj/machinery/firealarm/north,
/turf/simulated/floor/tiled,
/area/operations/storage)
"iBL" = (
/obj/item/material/shard{
icon_state = "medium"
@@ -25938,7 +25934,7 @@
/obj/machinery/door/airlock/glass_mining{
dir = 4;
name = "Warehouse";
req_one_access = list(26,29,31,48,67)
req_one_access = list(26,29,31,48,67,70)
},
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/effect/map_effect/door_helper/unres{
@@ -30487,7 +30483,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/maintenance{
dir = 4;
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/storage)
+6 -6
View File
@@ -6692,7 +6692,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,
@@ -7037,7 +7037,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{
@@ -7552,7 +7552,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)
@@ -14441,7 +14441,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
@@ -18062,7 +18062,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
@@ -38455,7 +38455,7 @@
/obj/machinery/door/airlock/maintenance{
dir = 4;
name = "Operations Maintenance";
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{
+4 -4
View File
@@ -94,7 +94,7 @@
/obj/effect/map_effect/door_helper/unres,
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/effect/map_effect/door_helper/level_access/command_foyer{
req_one_access_by_level = list("green","yellow" = list(19,38,72),"blue"=list(19,38,72),"red"=list(19,38,72),"delta"=list(19,38,72));
req_one_access_by_level = list("green","yellow"=list(19,38,72),"blue"=list(19,38,72),"red"=list(19,38,72),"delta"=list(19,38,72));
access_by_level = null
},
/obj/machinery/door/airlock/glass_command{
@@ -5057,7 +5057,7 @@
req_one_access = list(19,38,72)
},
/obj/effect/map_effect/door_helper/level_access/command_foyer{
req_one_access_by_level = list("green","yellow" = list(19,38,72),"blue"=list(19,38,72),"red"=list(19,38,72),"delta"=list(19,38,72));
req_one_access_by_level = list("green","yellow"=list(19,38,72),"blue"=list(19,38,72),"red"=list(19,38,72),"delta"=list(19,38,72));
access_by_level = null
},
/turf/simulated/floor/tiled/full,
@@ -10795,7 +10795,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/mining{
dir = 1;
req_one_access = list(26,29,31,48,67);
req_one_access = list(26,29,31,48,67,70);
name = "Operations Bay"
},
/turf/simulated/floor/tiled/full,
@@ -13249,7 +13249,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/map_effect/door_helper/level_access/command_foyer{
req_one_access_by_level = list("green","yellow" = list(19,38,72),"blue"=list(19,38,72),"red"=list(19,38,72),"delta"=list(19,38,72));
req_one_access_by_level = list("green","yellow"=list(19,38,72),"blue"=list(19,38,72),"red"=list(19,38,72),"delta"=list(19,38,72));
access_by_level = null
},
/obj/machinery/door/airlock/glass_command{