Skip to content

Commit

Permalink
Adds a CE access requirement to the wrecker's equipment room on the D…
Browse files Browse the repository at this point in the history
…erecho (#3998)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

This PR tweaks the wrecker's equipment storage room's airlock so that it
requires either CE access or mining access in order to open.

## Why It's Good For The Game

This would allow for the Foreman aboard the Derecho to access the
wrecker's equipment, which I feel makes sense. @Apogee-dev , the
developer of the Derecho, is also fine with this change.

## Changelog

:cl:
code: modifies the access requirements to the wrecker's equipment room
aboard the Derecho so that the Foreman can access it
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
zimon9 authored Jan 17, 2025
1 parent 78417e0 commit 7a17cce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _maps/shuttles/syndicate/syndicate_ngr_derecho.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2587,6 +2587,12 @@
pixel_y = 7
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/hatch{
dir = 4;
name = "Locker Room";
req_access_txt = null;
req_one_access_txt = "48,56"
},
/turf/open/floor/plasteel/dark,
/area/ship/cargo)
"vF" = (
Expand Down Expand Up @@ -5645,7 +5651,7 @@
/obj/machinery/door/airlock/hatch{
dir = 4;
name = "Locker Room";
req_access_txt = "48"
req_one_access = list(48, 56)
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/tech/grid,
Expand Down

0 comments on commit 7a17cce

Please sign in to comment.