-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pulling in Scav's updated ministation to replace the existing minista…
…tion.
- Loading branch information
1 parent
e442b7e
commit ce37b12
Showing
43 changed files
with
228,584 additions
and
21,064 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
/datum/job/ministation/corporate/rep | ||
title = "Company Representative" | ||
alt_titles = list("Narc") | ||
hud_icon = "hudnarc" | ||
spawn_positions = 1 | ||
total_positions = 2 | ||
req_admin_notify = 1 | ||
guestbanned = 1 | ||
supervisors = "the Board of Directors" | ||
outfit_type = /decl/hierarchy/outfit/job/ministation/corporate | ||
min_skill = list( | ||
SKILL_WEAPONS = SKILL_BASIC, | ||
SKILL_FINANCE = SKILL_EXPERT, | ||
SKILL_LITERACY = SKILL_ADEPT, | ||
SKILL_PILOT = SKILL_ADEPT, | ||
SKILL_MEDICAL = SKILL_ADEPT | ||
) | ||
max_skill = list( | ||
SKILL_PILOT = SKILL_MAX, | ||
SKILL_FINANCE = SKILL_MAX, | ||
SKILL_MEDICAL = SKILL_MAX, | ||
SKILL_ANATOMY = SKILL_EXPERT | ||
) | ||
skill_points = 35 | ||
department_types = list(/decl/department/corporate) | ||
selection_color = "#a89004" | ||
access = list( | ||
access_lawyer, | ||
access_security, | ||
access_sec_doors, | ||
access_brig, | ||
access_heads, | ||
access_medical, | ||
access_engine, | ||
access_atmospherics, | ||
access_ai_upload, | ||
access_eva, | ||
access_bridge, | ||
access_all_personal_lockers, | ||
access_maint_tunnels, | ||
access_bar, | ||
access_janitor, | ||
access_construction, | ||
access_morgue, | ||
access_crematorium, | ||
access_kitchen, | ||
access_cargo, | ||
access_cargo_bot, | ||
access_qm, | ||
access_hydroponics, | ||
access_lawyer, | ||
access_chapel_office, | ||
access_library, | ||
access_research, | ||
access_mining, | ||
access_heads_vault, | ||
access_mining_station, | ||
access_hop, | ||
access_RC_announce, | ||
access_keycard_auth, | ||
access_gateway | ||
) | ||
|
||
minimal_access = list( | ||
access_lawyer, | ||
access_security, | ||
access_sec_doors, | ||
access_brig, | ||
access_medical, | ||
access_heads, | ||
access_engine, | ||
access_atmospherics, | ||
access_ai_upload, | ||
access_eva, | ||
access_bridge, | ||
access_maint_tunnels, | ||
access_bar, | ||
access_janitor, | ||
access_construction, | ||
access_morgue, | ||
access_crematorium, | ||
access_kitchen, | ||
access_cargo, | ||
access_cargo_bot, | ||
access_hydroponics, | ||
access_chapel_office, | ||
access_library, | ||
access_research, | ||
access_mining, | ||
access_heads_vault, | ||
access_mining_station, | ||
access_hop, | ||
access_RC_announce, | ||
access_keycard_auth, | ||
access_gateway | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.