Skip to content

Commit

Permalink
Fix broken Almayer access edits (cmss13-devs#5752)
Browse files Browse the repository at this point in the history
# About the pull request

This PR is a follow-up to fix some incorrect map edits in cmss13-devs#4510

# Explain why it's good for the game

Fixes cmss13-devs#5744 

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>


![image](https://github.com/cmss13-devs/cmss13/assets/76988376/a909a965-f863-40ed-9306-8f93fcd6b4ea)

</details>


# Changelog
:cl: Drathek
maptweak: Fixed access for two doors on the Almayer
/:cl:
  • Loading branch information
Drulikar authored Feb 20, 2024
1 parent dd80f45 commit 95c9a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -16485,7 +16485,7 @@
access_modified = 1;
dir = 1;
name = "\improper Auxiliary Combat Support Secondary Preparations";
req_one_access = "19;27;22"
req_one_access_txt = "19;27;22"
},
/turf/open/floor/almayer{
icon_state = "plate"
Expand Down Expand Up @@ -31968,7 +31968,7 @@
/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer{
access_modified = 1;
name = "\improper Requisitions Auxiliary Storage Room";
req_one_access = "19;21"
req_one_access_txt = "19;21"
},
/turf/open/floor/almayer{
icon_state = "plate"
Expand Down

0 comments on commit 95c9a60

Please sign in to comment.