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)