Skip to content

Commit

Permalink
Brig physician changes (#11763)
Browse files Browse the repository at this point in the history
* brigfart

* firstaid

* fishy

* aaa

* aaargghhh MY BOONES

* yeah
  • Loading branch information
Therealdoooc213 authored Dec 13, 2024
1 parent 5621bc5 commit a4c7bee
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 34 deletions.
3 changes: 3 additions & 0 deletions _maps/map_files/BoxStation/BoxStation.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions _maps/map_files/CorgStation/CorgStation.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions _maps/map_files/Deltastation/DeltaStation2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 12 additions & 7 deletions _maps/map_files/FlandStation/FlandStation.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions _maps/map_files/KiloStation/KiloStation.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 21 additions & 12 deletions _maps/map_files/MetaStation/MetaStation.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions _maps/map_files/RadStation/RadStation.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,10 @@
new /obj/item/blood_filter(src)
new /obj/item/radio/headset/headset_medsec(src)
new /obj/item/storage/firstaid/regular(src)
new /obj/item/storage/pill_bottle/charcoal(src)
new /obj/item/storage/pill_bottle/kelotane(src)
new /obj/item/storage/firstaid/toxin(src)
new /obj/item/storage/firstaid/o2(src)
new /obj/item/storage/firstaid/brute(src)
new /obj/item/storage/firstaid/fire(src)
new /obj/item/storage/belt/medical(src)
new /obj/item/clothing/gloves/color/latex/nitrile(src)
new /obj/item/clothing/under/rank/brig_physician(src)
Expand Down
8 changes: 4 additions & 4 deletions code/modules/jobs/job_types/brig_physician.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
description = "Tend to the health of Security Officers and Prisoners, help out at Medbay if you have free time."
department_for_prefs = DEPT_NAME_SECURITY
department_head_for_prefs = JOB_NAME_HEADOFSECURITY
department_head = list(JOB_NAME_CHIEFMEDICALOFFICER)
supervisors = "chief medical officer"
department_head = list(JOB_NAME_HEADOFSECURITY)
supervisors = "head of security"
faction = "Station"
total_positions = 1
spawn_positions = 1
Expand All @@ -14,8 +14,8 @@
exp_type = EXP_TYPE_CREW
outfit = /datum/outfit/job/brig_physician

base_access = list(ACCESS_BRIGPHYS, ACCESS_SEC_DOORS, ACCESS_COURT, ACCESS_MAINT_TUNNELS, ACCESS_MEDICAL, ACCESS_MORGUE, ACCESS_MECH_MEDICAL)
extra_access = list()
base_access = list(ACCESS_BRIGPHYS, ACCESS_SEC_DOORS, ACCESS_COURT, ACCESS_MECH_MEDICAL, ACCESS_MAINT_TUNNELS, ACCESS_MORGUE)
extra_access = list(ACCESS_MEDICAL, ACCESS_SURGERY)

departments = DEPT_BITFLAG_MED | DEPT_BITFLAG_SEC
bank_account_department = ACCOUNT_MED_BITFLAG
Expand Down

0 comments on commit a4c7bee

Please sign in to comment.