From 9a3e1883923bc5100e336a06752859561768feda Mon Sep 17 00:00:00 2001 From: Sembiance Date: Mon, 3 Jul 2023 06:31:59 +0100 Subject: [PATCH] Medicine > Medical Skill Fix. As per the other fix but takes into account the chemist without increasing the skill level. --- mods/persistence/modules/chargen/defines/roles.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/persistence/modules/chargen/defines/roles.dm b/mods/persistence/modules/chargen/defines/roles.dm index 2947ea0f30c..ec6a8f26b0b 100644 --- a/mods/persistence/modules/chargen/defines/roles.dm +++ b/mods/persistence/modules/chargen/defines/roles.dm @@ -76,7 +76,7 @@ desc = "You have a rare aptitude for chemistry and medicine which makes you a valuable commidity in the Frontier. You also have basic botanical and research ability." skills = list( SKILL_CHEMISTRY = 2, - SKILL_MEDICINE = 2, + SKILL_MEDICAL = 2, SKILL_SCIENCE = 1, SKILL_BOTANY = 1 ) @@ -88,7 +88,7 @@ desc = "You have a capable hand at surgery and medicine plus basic experience in Chemistry and EVA operation. As a Frontier Surgeon you will fight to keep your patients alive and clone those who cant be saved." skills = list( SKILL_ANATOMY = 2, - SKILL_MEDICINE = 2, + SKILL_MEDICAL = 2, SKILL_CHEMISTRY = 1, SKILL_EVA = 1 ) @@ -359,4 +359,4 @@ remaining_points_offset = 0 text_book_type = /obj/item/book/skill/medical/medicine/expert -*/ \ No newline at end of file +*/