mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Renames Medical Resident to Medical Intern, lowers age to 18. (#10300)
This commit is contained in:
@@ -28,7 +28,7 @@ var/datum/antagonist/loyalists/loyalists
|
||||
faction_invisible = FALSE
|
||||
|
||||
restricted_jobs = list("AI", "Cyborg")
|
||||
protected_jobs = list("Lab Assistant", "Medical Resident", "Engineering Apprentice", "Assistant", "Security Cadet", "Captain", "Head of Security")
|
||||
protected_jobs = list("Lab Assistant", "Medical Intern", "Engineering Apprentice", "Assistant", "Security Cadet", "Captain", "Head of Security")
|
||||
required_age = 31
|
||||
|
||||
/datum/antagonist/loyalists/New()
|
||||
|
||||
@@ -29,7 +29,7 @@ var/datum/antagonist/revolutionary/revs
|
||||
faction_invisible = FALSE
|
||||
|
||||
restricted_jobs = list("AI", "Cyborg")
|
||||
protected_jobs = list("Lab Assistant", "Medical Resident", "Engineering Apprentice", "Assistant", "Security Cadet", "Captain", "Head of Security")
|
||||
protected_jobs = list("Lab Assistant", "Medical Intern", "Engineering Apprentice", "Assistant", "Security Cadet", "Captain", "Head of Security")
|
||||
required_age = 31
|
||||
|
||||
/datum/antagonist/revolutionary/New()
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
messengerbag = /obj/item/storage/backpack/messenger/med
|
||||
|
||||
/datum/job/intern_med
|
||||
title = "Medical Resident"
|
||||
title = "Medical Intern"
|
||||
flag = INTERN_MED
|
||||
department_flag = MEDSCI
|
||||
faction = "Station"
|
||||
@@ -241,11 +241,11 @@
|
||||
selection_color = "#FF97D1"
|
||||
access = list(access_medical, access_surgery, access_medical_equip)
|
||||
minimal_access = list(access_medical, access_surgery, access_medical_equip)
|
||||
minimum_character_age = 25
|
||||
minimum_character_age = 18
|
||||
outfit = /datum/outfit/job/intern_med
|
||||
|
||||
/datum/outfit/job/intern_med
|
||||
name = "Medical Resident"
|
||||
name = "Medical Intern"
|
||||
jobtype = /datum/job/intern_med
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/medical/intern
|
||||
|
||||
@@ -81,7 +81,7 @@ var/list/medical_positions = list(
|
||||
"Psychiatrist",
|
||||
"Pharmacist",
|
||||
"Emergency Medical Technician",
|
||||
"Medical Resident"
|
||||
"Medical Intern"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user