From 600e32921683e7cc35d00b51c1b6f70cd1e498ed Mon Sep 17 00:00:00 2001 From: Chemlight Date: Fri, 19 Feb 2021 03:30:27 -0800 Subject: [PATCH] Time requirement on AI I've been seeing a lot of new players jump straight into AI when really they honestly need to get some experience first before jumping into things (and possibly causing damage). --- code/modules/jobs/job_types/silicon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/silicon.dm b/code/modules/jobs/job_types/silicon.dm index 8fb5b029..31f0c87f 100644 --- a/code/modules/jobs/job_types/silicon.dm +++ b/code/modules/jobs/job_types/silicon.dm @@ -13,7 +13,7 @@ AI req_admin_notify = TRUE minimal_player_age = 14 exp_requirements = 1800 - //exp_type = EXP_TYPE_CREW + exp_type = EXP_TYPE_SILICON exp_type_department = EXP_TYPE_SILICON var/do_special_check = TRUE