Skip to content

Commit

Permalink
fixes WY access to research
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Sep 10, 2023
1 parent c079601 commit 335017b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/machinery/doors/multi_tile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
icon = 'icons/obj/structures/doors/Door2x1research.dmi'
opacity = FALSE
glass = 1
req_one_access = list(ACCESS_MARINE_RESEARCH, ACCESS_WY_RESEARCH, ACCESS_WY_EXEC)

/obj/structure/machinery/door/airlock/multi_tile/research/colony
req_access = null
Expand Down Expand Up @@ -178,7 +179,7 @@

/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/research
name = "\improper Research Airlock"
req_one_access = list(ACCESS_MARINE_RESEARCH)
req_one_access = list(ACCESS_MARINE_RESEARCH, ACCESS_WY_RESEARCH, ACCESS_WY_EXEC)
masterkey_resist = TRUE

/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/research/colony
Expand Down

0 comments on commit 335017b

Please sign in to comment.