From fe1f82cc5126ec44b283c33e37f05786ed99cda8 Mon Sep 17 00:00:00 2001 From: BlueWildrose <57083662+BlueWildrose@users.noreply.github.com> Date: Wed, 29 May 2024 02:35:53 -0600 Subject: [PATCH] Adds shaft miner to jobs available for FTU contractors (#6467) ## About The Pull Request Title ## Why It's Good For The Game Why _can't_ the union bring in their miners? ## Changelog :cl: tweak: The Free Trade Union can now send in their miners and salvage contractors to do work for NanoTrasen. /:cl: --- code/modules/lore_hardcoded/faction.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/lore_hardcoded/faction.dm b/code/modules/lore_hardcoded/faction.dm index 930904e076b..cd8a5420e6c 100644 --- a/code/modules/lore_hardcoded/faction.dm +++ b/code/modules/lore_hardcoded/faction.dm @@ -106,6 +106,7 @@ job_whitelist = list( JOB_ID_QUARTERMASTER, JOB_ID_CARGO_TECHNICIAN, + JOB_ID_SHAFT_MINER, JOB_ID_STATION_ENGINEER, JOB_ID_PARAMEDIC, JOB_ID_PILOT,