Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions code/game/machinery/doors/airlock_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,9 @@
req_access = null
req_one_access = list(ACCESS_CIVILIAN_PUBLIC)

/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony/autoname
autoname = TRUE

/obj/structure/machinery/door/airlock/almayer/engineering
name = "\improper Engineering Airlock"
icon = 'icons/obj/structures/doors/engidoor.dmi'
Expand Down
29 changes: 29 additions & 0 deletions code/game/machinery/doors/multi_tile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,35 @@
req_access = null
req_one_access = list(ACCESS_CIVILIAN_BRIG, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)

/obj/structure/machinery/door/airlock/multi_tile/almayer/maint
name = "\improper Maintenance Hatch"
icon = 'icons/obj/structures/doors/2x1maintdoor.dmi'
opacity = TRUE
glass = FALSE
req_access = list()
req_one_access = list(ACCESS_MARINE_COMMAND, ACCESS_MARINE_MAINT)

/obj/structure/machinery/door/airlock/multi_tile/almayer/maint/autoname
autoname = TRUE

/obj/structure/machinery/door/airlock/multi_tile/almayer/maint/colony
req_access = null
req_one_access = list(ACCESS_CIVILIAN_PUBLIC)

/obj/structure/machinery/door/airlock/multi_tile/almayer/maint/colony/autoname
autoname = TRUE

/obj/structure/machinery/door/airlock/multi_tile/almayer/maint/reinforced
name = "\improper Reinforced Maintenance Hatch"
masterkey_resist = TRUE

/obj/structure/machinery/door/airlock/multi_tile/almayer/maint/reinforced/colony
req_access = null
req_one_access = list(ACCESS_CIVILIAN_PUBLIC)

/obj/structure/machinery/door/airlock/multi_tile/almayer/maint/reinforced/colony/autoname
autoname = TRUE

//------Dropship Cargo Doors -----//

/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear
Expand Down
Binary file added icons/obj/structures/doors/2x1maintdoor.dmi
Binary file not shown.
Binary file modified icons/obj/structures/doors/maintdoor.dmi
Binary file not shown.
Loading