From 0dd957e5cab7c83e9cf1281979241e0a9c08056b Mon Sep 17 00:00:00 2001 From: Kyep Date: Sat, 1 Apr 2017 00:19:20 -0700 Subject: [PATCH] Changes ERT 20h->10h --- code/game/jobs/job_exp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job_exp.dm b/code/game/jobs/job_exp.dm index c18b4464918..4a1624426b7 100644 --- a/code/game/jobs/job_exp.dm +++ b/code/game/jobs/job_exp.dm @@ -5,7 +5,7 @@ var/global/list/role_playtime_requirements = list( ROLE_PAI = 0, ROLE_POSIBRAIN = 5, // Same as cyborg job. ROLE_SENTIENT = 5, - ROLE_ERT = 20, // High, because they're team-based, and we want ERT to be robust + ROLE_ERT = 10, // High, because they're team-based, and we want ERT to be robust ROLE_TRADER = 5, // SOLO ANTAGS