diff --git a/code/game/jobs/faction/nanotrasen.dm b/code/game/jobs/faction/nanotrasen.dm
index d558ee9a3d5..8b93d79639f 100644
--- a/code/game/jobs/faction/nanotrasen.dm
+++ b/code/game/jobs/faction/nanotrasen.dm
@@ -8,7 +8,7 @@
Nonetheless, NanoTrasen has managed to secure itself as a crucial member of the newly-founded Stellar Corporate Conglomerate
allowing themselves to remain as a dominant corporate presence within the Orion Spur.
"}
- departments = {"Medical
Science
Service"}
+ departments = {"Medical
Research
Service"}
title_suffix = "NT"
is_default = TRUE
diff --git a/code/game/jobs/faction/zavodskoi.dm b/code/game/jobs/faction/zavodskoi.dm
index 9dce6212e78..4f6486c94ee 100644
--- a/code/game/jobs/faction/zavodskoi.dm
+++ b/code/game/jobs/faction/zavodskoi.dm
@@ -8,7 +8,7 @@
military force across the Orion Spur. They are the main corporation found in the Empire of
Dominia, and are at the forefront of weapons development technology.
"}
- departments = {"Science
Security"}
+ departments = {"Engineering
Research
Security"}
title_suffix = "Zavod"
allowed_role_types = ZAVOD_ROLES
diff --git a/code/game/jobs/faction/zeng_hu.dm b/code/game/jobs/faction/zeng_hu.dm
index 46b36858460..4f52507c16a 100644
--- a/code/game/jobs/faction/zeng_hu.dm
+++ b/code/game/jobs/faction/zeng_hu.dm
@@ -11,7 +11,7 @@
controversial field that is now more accepted today.
"}
- departments = {"Medical
Science"}
+ departments = {"Medical
Research"}
title_suffix = "Zeng"
allowed_role_types = ZENG_ROLES
diff --git a/html/changelogs/loadout_departments_fix.yml b/html/changelogs/loadout_departments_fix.yml
new file mode 100644
index 00000000000..adec34f0a60
--- /dev/null
+++ b/html/changelogs/loadout_departments_fix.yml
@@ -0,0 +1,6 @@
+author: SleepyGemmy
+
+delete-after: True
+
+changes:
+ - bugfix: "Fixes Zavodskoi not having research under possible departments in the loadout."
\ No newline at end of file