Skip to content

Commit

Permalink
bam
Browse files Browse the repository at this point in the history
  • Loading branch information
Teteshnik1 committed Aug 27, 2024
1 parent 76731ba commit 23ee8d1
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 56 deletions.
6 changes: 6 additions & 0 deletions maps/sierra/job/access.dm
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,11 @@ var/global/const/access_chief_steward = "ACCESS_SIERRA_CHIEF_STEWARD"
desc = "Chief Steward"
region = ACCESS_REGION_GENERAL

var/global/const/access_adjutants = "ACCESS_ADJUTANTS"
/datum/access/adjutants
id = access_adjutants
desc = "adjutants"
region = ACCESS_REGION_COMMAND

/datum/access/network
region = ACCESS_REGION_COMMAND
4 changes: 2 additions & 2 deletions maps/sierra/job/jobs_command.dm
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
access_guppy_helm, access_expedition_shuttle_helm, access_explorer, access_el, access_tox,
access_tox_storage, access_research, access_mining, access_mining_office, access_mining_station,
access_xenobiology, access_xenoarch, access_petrov, access_petrov_helm, access_actor, access_chief_steward,
access_bar, access_commissary, access_pilot, access_field_eng, access_field_med, access_network_admin, access_research_storage
access_bar, access_commissary, access_pilot, access_field_eng, access_field_med, access_network_admin, access_research_storage, access_adjutants
)
software_on_spawn = list(
/datum/computer_file/program/comm,
Expand Down Expand Up @@ -469,7 +469,7 @@
access_heads, access_bridge, access_janitor, access_kitchen, access_actor, access_cargo,
access_RC_announce, access_keycard_auth, access_guppy, access_guppy_helm,
access_external_airlocks, access_expedition_shuttle, access_eva, access_hangar,
access_explorer, access_expedition_shuttle_helm, access_gun, access_bar
access_explorer, access_expedition_shuttle_helm, access_gun, access_bar, access_adjutants
)

software_on_spawn = list(
Expand Down
2 changes: 1 addition & 1 deletion maps/sierra/structures/closets/command.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

/obj/structure/closet/secure_closet/adjutant
name = "adjutant's locker"
req_access = list(access_bridge)
req_access = list(access_adjutants)
closet_appearance = /singleton/closet_appearance/secure_closet/sierra/command/adjutant

/obj/structure/closet/secure_closet/adjutant/WillContain()
Expand Down
Loading

0 comments on commit 23ee8d1

Please sign in to comment.