From 8c4b626c55463db7e7eb84d41afe11e7f81e5293 Mon Sep 17 00:00:00 2001 From: Kirie Saito <77302679+Kitsunemitsu@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:15:00 -0500 Subject: [PATCH] Update jobs.dm --- code/modules/jobs/jobs.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/jobs/jobs.dm b/code/modules/jobs/jobs.dm index e325f43840df..ca6a29e67826 100644 --- a/code/modules/jobs/jobs.dm +++ b/code/modules/jobs/jobs.dm @@ -50,6 +50,8 @@ GLOBAL_LIST_INIT(command_positions, list( "Lead Researcher", "High Security Commander", "Low Security Commander", + + "Office Director", )) @@ -195,6 +197,7 @@ GLOBAL_LIST_INIT(security_positions, list( //Fixers "Fixer", + "Office Fixer", ))