Skip to content

Commit

Permalink
Gives MAA bridge access on the colossus. (shiptest-ss13#2696)
Browse files Browse the repository at this point in the history
## About The Pull Request

Updates the Colossus's bridge door to allow the MAA access.

## Why It's Good For The Game

It's standard on inteq vessels.

## Changelog

:cl:

fix: Fixes MAA on the Colossus not being able to access the bridge.

/:cl:

---------

Signed-off-by: Martinpachu <[email protected]>
Co-authored-by: Mark Suckerberg <[email protected]>
  • Loading branch information
2 people authored and MysticalFaceLesS committed Apr 15, 2024
1 parent 8e89e6e commit b4f5124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _maps/shuttles/inteq/inteq_colossus.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3795,7 +3795,8 @@
"QL" = (
/obj/machinery/door/airlock/command/glass{
name = "Bridge";
req_access_txt = "20"
req_access_txt = null;
req_one_access = list(19,3)
},
/obj/structure/cable{
icon_state = "1-2"
Expand Down

0 comments on commit b4f5124

Please sign in to comment.