Skip to content

Commit

Permalink
aaa fuck me, i'm not that good at this. Multiple fixes. (Citadel-Stat…
Browse files Browse the repository at this point in the history
…ion-13#6907)

<!-- 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

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

A lot of small fixes

## Why It's Good For The Game

<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

Because I should have caught them earlier

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

:cl:
add: Explo sci door helper
add: missing wires in Sec prep
add: door to Detective's office to front lobby
fix: needless doors in maints
fix: many bad doors and paths in maints, multiple decks
fix: lack of airlocks in hallways, added them to aid
compartmentalization
fix: added more vents and scrubbers in areas where needed
fix: wonky disposals issue on deck two, fixed dorms disposals
fix: started beautifying the sec lobby. 
fix: added door switch to sec fighter hanger
/: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. -->

---------

Co-authored-by: LordME <[email protected]>
  • Loading branch information
GySgtMurphy and TheLordME authored Dec 8, 2024
1 parent b12470d commit 1a4a7b1
Show file tree
Hide file tree
Showing 5 changed files with 1,105 additions and 565 deletions.
8 changes: 8 additions & 0 deletions code/modules/mapping/map_helpers/access_helper/airlock.dm
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,14 @@
ACCESS_GENERAL_EXPLORER,
)

/obj/map_helper/access_helper/airlock/station/exploration/auxillerysci
req_one_access = list(
ACCESS_GENERAL_EXPLORER,
ACCESS_SCIENCE_ROBOTICS,
ACCESS_SCIENCE_MAIN,
)


/obj/map_helper/access_helper/airlock/station/exploration/shuttle
req_one_access = list(
ACCESS_GENERAL_PILOT,
Expand Down
Loading

0 comments on commit 1a4a7b1

Please sign in to comment.