From 109f7ab0ce12c4ba3dd66f60d655701e645bd2e1 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Tue, 13 Feb 2024 13:57:25 +0100 Subject: [PATCH] Update some links to guidelines/rules (#7736) --- modular_chomp/code/game/jobs/job/noncrew.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_chomp/code/game/jobs/job/noncrew.dm b/modular_chomp/code/game/jobs/job/noncrew.dm index b07730d01c..a4d1a70626 100644 --- a/modular_chomp/code/game/jobs/job/noncrew.dm +++ b/modular_chomp/code/game/jobs/job/noncrew.dm @@ -3,7 +3,7 @@ disallow_jobhop = TRUE total_positions = 6 spawn_positions = 6 - supervisors = "nobody, but you fall under NanoTrasen's Unauthorized Personnel SOP while on NT property" + supervisors = "nobody, but you fall under NanoTrasen's Unauthorized Personnel SOP while on NT property. Please read the Outsider Guidelines clearly before playing" flag = NONCREW departments = list(DEPARTMENT_NONCREW) @@ -36,7 +36,7 @@ disallow_jobhop = TRUE total_positions = 5 spawn_positions = 5 - supervisors = "nobody, but you fall under NanoTrasen's Unauthorized Personnel SOP while on NT property" + supervisors = "nobody, but you fall under NanoTrasen's Unauthorized Personnel SOP while on NT property. Please read the Shadekin Guidelines clearly before playing" flag = NONCREW departments = list(DEPARTMENT_NONCREW)