From ad2795a022b87d1eb8daa50455af6d4945faebd5 Mon Sep 17 00:00:00 2001 From: alberyk Date: Sun, 10 Oct 2021 22:51:00 -0300 Subject: [PATCH] corp stuff --- code/game/jobs/faction/hephaestus.dm | 25 +++---------------------- code/game/jobs/faction/idris.dm | 21 +++------------------ code/game/jobs/faction/pmc.dm | 17 ++++++----------- code/game/jobs/faction/scc.dm | 3 ++- code/game/jobs/faction/zavodskoi.dm | 25 +++++-------------------- code/game/jobs/faction/zeng_hu.dm | 19 ++++--------------- 6 files changed, 23 insertions(+), 87 deletions(-) diff --git a/code/game/jobs/faction/hephaestus.dm b/code/game/jobs/faction/hephaestus.dm index bee966b40a0..1c941bc1a2b 100644 --- a/code/game/jobs/faction/hephaestus.dm +++ b/code/game/jobs/faction/hephaestus.dm @@ -9,29 +9,10 @@ worked their way to become the dominant manufacturing mega-corporation in the Sol Alliance, pioneering interstellar logistics and construction on an awe-inspiring scale.

-

Some character examples are: +

Hephaestus Industries employees can be in the following departments:

"} title_suffix = "Hepht" diff --git a/code/game/jobs/faction/idris.dm b/code/game/jobs/faction/idris.dm index f287ddac678..0117fb5fef4 100644 --- a/code/game/jobs/faction/idris.dm +++ b/code/game/jobs/faction/idris.dm @@ -9,25 +9,10 @@ claim payment from negligent loan takers. In recent years, they have begun diversifying into more service-based industries.

-

Some character examples are: +

Idris Incorporated employees can be in the following departments:

"} title_suffix = "Idris" diff --git a/code/game/jobs/faction/pmc.dm b/code/game/jobs/faction/pmc.dm index a575b7f88c1..3c510ec195a 100644 --- a/code/game/jobs/faction/pmc.dm +++ b/code/game/jobs/faction/pmc.dm @@ -1,5 +1,5 @@ /datum/faction/pmc - name = "Eridani Private Military Contractors" + name = "Private Military Contracting Group" description = {"

Essentially the security branch of the Eridani Federation Military, the EPMC is renowned for its brutal yet efficient and above all legal security functions across the known galaxy. Staying as close as possible @@ -9,17 +9,12 @@ However, when the need to suppress civil disorder appears hell hath no fury like that of an Eridian security contractor with a stun baton.

-

Some character examples are: +

Private Military Contracting Group employees can be in the following departments:

"} +
  • Security +
  • Medical +

    + "} title_suffix = "PMC" allowed_role_types = NT_ROLES diff --git a/code/game/jobs/faction/scc.dm b/code/game/jobs/faction/scc.dm index 7286621d72e..9dd7fdd69de 100644 --- a/code/game/jobs/faction/scc.dm +++ b/code/game/jobs/faction/scc.dm @@ -10,7 +10,8 @@

    Stellar Corporate Conglomerate employees can be in the following departments:

    "}"} title_suffix = "SCC" diff --git a/code/game/jobs/faction/zavodskoi.dm b/code/game/jobs/faction/zavodskoi.dm index dc5f7bfaa35..0faed7051c2 100644 --- a/code/game/jobs/faction/zavodskoi.dm +++ b/code/game/jobs/faction/zavodskoi.dm @@ -8,27 +8,12 @@ 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.

    - -

    Some character examples are: +

    Zavodskoi Interstellar employees can be in the following departments:

    "} +
  • Security +
  • Research +
  • Engineering +

    "}"} title_suffix = "Zavod" diff --git a/code/game/jobs/faction/zeng_hu.dm b/code/game/jobs/faction/zeng_hu.dm index 58446d34107..746c67aa05c 100644 --- a/code/game/jobs/faction/zeng_hu.dm +++ b/code/game/jobs/faction/zeng_hu.dm @@ -10,24 +10,13 @@ Skrell, working closely with this alien species to pioneer cloning, a once controversial field that is now more accepted today.

    -

    Some character examples are: +

    Zeng-Hu Pharmaceuticals employees can be in the following departments:

    "} + title_suffix = "Zeng" allowed_role_types = HEPH_ROLES