Skip to content

Commit

Permalink
Fixes req door accesses (#4582)
Browse files Browse the repository at this point in the history
# About the pull request

Someone set this door variable wrong and as such caused some downstream
runtimes that made things function incorrectly.

# Explain why it's good for the game

Bug bad

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

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog

:cl: Morrow
fix: Fixed req door accesses
/:cl:
  • Loading branch information
morrowwolf committed Oct 4, 2023
1 parent df07544 commit 0af0c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -20971,7 +20971,7 @@
/obj/structure/machinery/door/airlock/almayer/generic{
access_modified = 1;
name = "Storage";
req_one_access = "2;21"
req_one_access_txt = "19;21"
},
/turf/open/floor/almayer{
icon_state = "plate"
Expand Down Expand Up @@ -35034,7 +35034,7 @@
access_modified = 1;
dir = 2;
name = "\improper Requisitions Break Room";
req_one_access = "19;21"
req_one_access_txt = "19;21"
},
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 4
Expand Down Expand Up @@ -68673,7 +68673,7 @@
access_modified = 1;
dir = 1;
name = "Storage";
req_one_access = "2;21"
req_one_access_txt = "19;21"
},
/turf/open/floor/almayer{
icon_state = "test_floor4"
Expand Down

0 comments on commit 0af0c9b

Please sign in to comment.