Loadout Departments Fix (#15313)

This commit is contained in:
SleepyGemmy
2022-12-13 21:37:02 -03:00
committed by GitHub
parent 787f2fb631
commit 093114db59
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -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.
</p>"}
departments = {"Medical<br>Science<br>Service"}
departments = {"Medical<br>Research<br>Service"}
title_suffix = "NT"
is_default = TRUE
+1 -1
View File
@@ -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.
</p>"}
departments = {"Science<br>Security"}
departments = {"Engineering<br>Research<br>Security"}
title_suffix = "Zavod"
allowed_role_types = ZAVOD_ROLES
+1 -1
View File
@@ -11,7 +11,7 @@
controversial field that is now more accepted today.
</p>"}
departments = {"Medical<br>Science"}
departments = {"Medical<br>Research"}
title_suffix = "Zeng"
allowed_role_types = ZENG_ROLES
@@ -0,0 +1,6 @@
author: SleepyGemmy
delete-after: True
changes:
- bugfix: "Fixes Zavodskoi not having research under possible departments in the loadout."