Skip to content

Commit

Permalink
medical records fix. (#3306)
Browse files Browse the repository at this point in the history
yeah
  • Loading branch information
DexeeXI authored Sep 10, 2024
1 parent 711b478 commit f3c0ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/records/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
desc = "This can be used to check medical records."
icon_screen = "medcomp"
icon_keyboard = "med_key"
req_one_access = list(ACCESS_MEDICAL, ACCESS_DETECTIVE, ACCESS_GENETICS)
req_one_access = list(ACCESS_MEDICAL, ACCESS_DETECTIVE, ACCESS_BRIG_PHYSICIAN, ACCESS_GENETICS) //monkestation edit: adds brig physician to medical records access.
circuit = /obj/item/circuitboard/computer/med_data
light_color = LIGHT_COLOR_BLUE

Expand Down

0 comments on commit f3c0ed8

Please sign in to comment.