Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gives Incinerator Maintenance Door Proper Permissions #10531

Merged
merged 4 commits into from Nov 30, 2020
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
35 changes: 18 additions & 17 deletions _maps/map_files/YogStation/YogStation.dmm
Expand Up @@ -45445,6 +45445,23 @@
},
/turf/open/floor/plating,
/area/engine/atmos)
"kLr" = (
/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance{
name = "Incinerator Access";
req_access_txt = "0";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rogue var, we don't want this because it does literally nothing and bloats the map code.
In fastdmm2, just delete the entire var and confirm it to make it go default. (greyed out not white)

req_one_access_txt = "24;10"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/door/firedoor/border_only{
dir = 1
},
/obj/machinery/door/firedoor/border_only,
/turf/open/floor/plating,
/area/maintenance/aft)
"kLy" = (
/obj/structure/toilet{
dir = 1
Expand Down Expand Up @@ -62397,22 +62414,6 @@
},
/turf/open/floor/plating,
/area/engine/atmos_distro)
"xgx" = (
/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance{
name = "Incinerator Access";
req_access_txt = "12"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/door/firedoor/border_only{
dir = 1
},
/obj/machinery/door/firedoor/border_only,
/turf/open/floor/plating,
/area/maintenance/aft)
"xgD" = (
/obj/structure/table,
/obj/item/hand_labeler,
Expand Down Expand Up @@ -104226,7 +104227,7 @@ caB
bxd
kyM
wwD
xgx
kLr
umj
xbl
ieD
Expand Down