Skip to content

Commit

Permalink
Reduces MD slots to four (#13749)
Browse files Browse the repository at this point in the history
* initial_commit

* maint requests
  • Loading branch information
Barnet2 authored Aug 17, 2023
1 parent 97461e4 commit 3a4a103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/gamemodes/nuclear_war.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/datum/job/terragov/engineering/tech = 2,
/datum/job/terragov/requisitions/officer = 1,
/datum/job/terragov/medical/professor = 1,
/datum/job/terragov/medical/medicalofficer = 6,
/datum/job/terragov/medical/medicalofficer = 4,
/datum/job/terragov/medical/researcher = 2,
/datum/job/terragov/civilian/liaison = 1,
/datum/job/terragov/silicon/synthetic = 1,
Expand Down
2 changes: 1 addition & 1 deletion code/datums/jobs/job/shipside.dm
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ Make sure that the doctors and nurses are doing their jobs and keeping the marin
title = MEDICAL_DOCTOR
comm_title = "MD"
paygrade = "RES"
total_positions = 6
total_positions = 4
supervisors = "the chief medical officer"
access = list(ACCESS_MARINE_MEDBAY, ACCESS_MARINE_CHEMISTRY)
minimal_access = list(ACCESS_MARINE_MEDBAY, ACCESS_MARINE_CHEMISTRY, ACCESS_MARINE_CARGO, ACCESS_MARINE_DROPSHIP)
Expand Down

0 comments on commit 3a4a103

Please sign in to comment.