Skip to content

Commit

Permalink
removes paramed cargo/aux base/engine/EVA access, adds mining access …
Browse files Browse the repository at this point in the history
…instead (tgstation#64969)
  • Loading branch information
JohnFulpWillard committed Feb 19, 2022
1 parent 9a28306 commit 7cde416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/id_trim/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@
trim_state = "trim_paramedic"
sechud_icon_state = SECHUD_PARAMEDIC
extra_access = list(ACCESS_SURGERY)
minimal_access = list(ACCESS_AUX_BASE, ACCESS_CARGO, ACCESS_CONSTRUCTION, ACCESS_ENGINE, ACCESS_EVA, ACCESS_HYDROPONICS,
ACCESS_MAINT_TUNNELS, ACCESS_MECH_MEDICAL, ACCESS_MEDICAL, ACCESS_MINERAL_STOREROOM, ACCESS_MORGUE, ACCESS_RESEARCH)
minimal_access = list(ACCESS_CONSTRUCTION, ACCESS_HYDROPONICS, ACCESS_MAINT_TUNNELS, ACCESS_MECH_MEDICAL,
ACCESS_MEDICAL, ACCESS_MINERAL_STOREROOM, ACCESS_MINING, ACCESS_MORGUE, ACCESS_RESEARCH)
config_job = "paramedic"
template_access = list(ACCESS_CAPTAIN, ACCESS_CMO, ACCESS_CHANGE_IDS)
job = /datum/job/paramedic
Expand Down

0 comments on commit 7cde416

Please sign in to comment.