From abc3a0625994ac9d09fc0835153f75b906a1d7e7 Mon Sep 17 00:00:00 2001 From: VERG-SS220 Date: Mon, 16 Sep 2024 07:43:42 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BA=D0=B8=D0=BD=D1=83?= =?UTF-8?q?=D0=BB=20=D1=87=D0=B0=D1=81=D0=B8=D0=BA=D0=BE=D0=B2=20=D0=B8?= =?UTF-8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/game/jobs/job_exp.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/jobs/job_exp.dm b/code/game/jobs/job_exp.dm index c8481db135a1..e51845902d61 100644 --- a/code/game/jobs/job_exp.dm +++ b/code/game/jobs/job_exp.dm @@ -30,6 +30,8 @@ GLOBAL_LIST_INIT(role_playtime_requirements, list( ROLE_CULTIST = 20, ROLE_ALIEN = 10, ROLE_ABDUCTOR = 20, + ROLE_VOX_RAIDER = 20, + ROLE_BLOOD_BROTHER = 20, )) // Admin Verbs From 2aa0697dfee74f085a46ef978d5c0db6890f0cdb Mon Sep 17 00:00:00 2001 From: "V.E.R.G" <72622792+VERG-SS220@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:08:21 +0300 Subject: [PATCH 2/2] Start-end indication Co-authored-by: dj-34 --- code/game/jobs/job_exp.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/jobs/job_exp.dm b/code/game/jobs/job_exp.dm index e51845902d61..58d819bdeef9 100644 --- a/code/game/jobs/job_exp.dm +++ b/code/game/jobs/job_exp.dm @@ -30,8 +30,10 @@ GLOBAL_LIST_INIT(role_playtime_requirements, list( ROLE_CULTIST = 20, ROLE_ALIEN = 10, ROLE_ABDUCTOR = 20, + // SS220 ADDITION - START ROLE_VOX_RAIDER = 20, ROLE_BLOOD_BROTHER = 20, + // SS220 ADDITION - END )) // Admin Verbs