Skip to content

Commit

Permalink
fixes press door
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jul 30, 2023
1 parent 4e8cdad commit d38f142
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion code/game/machinery/doors/airlock_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,12 @@

/obj/structure/machinery/door/airlock/almayer/generic/corporate
name = "Corporate Liaison's Quarters"
icon = 'icons/obj/structures/doors/personaldoor.dmi'
req_access = list(ACCESS_WY_CORPORATE)

/obj/structure/machinery/door/airlock/almayer/generic/press
name = "Press Office"
req_access = list(ACCESS_PRESS)

/obj/structure/machinery/door/airlock/almayer/marine
name = "\improper Airlock"
icon = 'icons/obj/structures/doors/prepdoor.dmi'
Expand Down
5 changes: 2 additions & 3 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -59377,10 +59377,9 @@
/area/almayer/hull/lower_hull/l_m_p)
"qgK" = (
/obj/structure/pipes/standard/simple/hidden/supply,
/obj/structure/machinery/door/airlock/almayer/generic{
dir = 2;
/obj/structure/machinery/door/airlock/almayer/generic/press{
name = "\improper Combat Correspondent Room";
req_access = list(203)
dir = 1
},
/turf/open/floor/almayer,
/area/almayer/command/combat_correspondent)
Expand Down

0 comments on commit d38f142

Please sign in to comment.