From 20a7f971e57660444639fc9e080ca97df8a32864 Mon Sep 17 00:00:00 2001
From: Alberyk
Date: Thu, 14 May 2020 05:33:13 -0300
Subject: [PATCH] Fixes the Zavodskoi Interstellar having access to the wrong
job (#8872)
---
code/game/jobs/faction/zavodskoi.dm | 24 ++++++++------------
code/modules/clothing/under/jobs/civilian.dm | 2 +-
html/changelogs/alberyk-zavaodskoifix.yml | 7 ++++++
3 files changed, 17 insertions(+), 16 deletions(-)
create mode 100644 html/changelogs/alberyk-zavaodskoifix.yml
diff --git a/code/game/jobs/faction/zavodskoi.dm b/code/game/jobs/faction/zavodskoi.dm
index fee9c38870c..d895c95a880 100644
--- a/code/game/jobs/faction/zavodskoi.dm
+++ b/code/game/jobs/faction/zavodskoi.dm
@@ -10,17 +10,14 @@
Some character examples are:
- - Bio-technician: Unit to unit Zavodskoi ships the most firearms
- and weapons compared to any other corporation in the known galaxy and you're
- proud of it just as you take a vulgar pride in your known unscrupulous and
- slimy mannerisms, if only they knew the fools. Your genetics research has
- seen the advent of geneboosted sentients championed by the Dominian Empire,
- a civilization your company is very close to. The ethical concerns of both
- of those achievements are largely irrelevant compared to the general benefits
- and of course profits to be had. Your one rival in both these fields is NT
- whose cloning technologies and weapons technology outpaces all others. You
- need to get your hands on that tech without compromising Zavodskoi contract,
- and you think you might know how.
+ - Surgical Specialist: Unit to unit Zavodskoi ships the most firearms and weapons compared
+ to any other corporation in the known galaxy and you're proud of it, but know the business comes with
+ its hazards. Your medical experience has allowed you to survive the closing of many genetics testing
+ centers during the recent transfer of leadership, and you know it. Zeng-Hu may have a reputation for
+ being the best in the Orion Spur, but they are in the past - Zavodskoi is the future. You are a
+ professional through-and-through, and consider yourself a (literal) cut above whatever washouts
+ NanoTrasen can hire as surgeons. Just remember, you need to prove that you're better than Zeng-Hu.
+ We need these medical contracts, lest we have to cut back the medical division just like the genetics one.
- Personal Security Professional:Excellent customer service and client
care is why Zavodskoi's private security personnel win security contracts and
you know this. A cut above the rest, you are clear, calm, concise and polite when
@@ -38,7 +35,7 @@
/datum/job/warden,
/datum/job/scientist,
/datum/job/roboticist,
- /datum/job/doctor,
+ /datum/job/surgeon,
/datum/job/representative
)
@@ -51,10 +48,7 @@
titles_to_loadout = list(
"Security Officer" = /datum/outfit/job/officer/zavodskoi,
- "Physician" = /datum/outfit/job/doctor/zavodskoi,
"Surgeon" = /datum/outfit/job/doctor/zavodskoi,
- "Trauma Physician" = /datum/outfit/job/doctor/zavodskoi,
- "Nurse" = /datum/outfit/job/doctor/zavodskoi,
"Warden" = /datum/outfit/job/warden/zavodskoi,
"Scientist" = /datum/outfit/job/scientist/zavodskoi,
"Phoron Researcher" = /datum/outfit/job/scientist/zavodskoi,
diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm
index 4eaf145498e..b13d2163763 100644
--- a/code/modules/clothing/under/jobs/civilian.dm
+++ b/code/modules/clothing/under/jobs/civilian.dm
@@ -189,7 +189,7 @@
icon_state = "necro"
worn_state = "necro"
-/obj/item/clothing/under/rank/zecropolis/research
+/obj/item/clothing/under/rank/zavodskoi/research
name = "Zavodskoi Interstellar research uniform"
desc = "A uniform worn by Zavodskoi Interstellar researchers."
icon_state = "necro_research"
diff --git a/html/changelogs/alberyk-zavaodskoifix.yml b/html/changelogs/alberyk-zavaodskoifix.yml
new file mode 100644
index 00000000000..cbc2426ed6b
--- /dev/null
+++ b/html/changelogs/alberyk-zavaodskoifix.yml
@@ -0,0 +1,7 @@
+author: Alberyk
+
+delete-after: True
+
+changes:
+ - bugfix: "Fixed Zavodskoi Interstellar contractors being able to be Physician, they should now have access to the surgeon role."
+ - bugfix: "Fixed Zavodskoi Interstellar research uniform having the wrong sprite."