From e6f452bdf6c2940cfd6cb4d3056a5f0720ca331c Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 15 Sep 2013 20:20:23 -0400 Subject: [PATCH] Added missing jobs to civilian list for jobbans --- code/game/jobs/jobs.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/game/jobs/jobs.dm b/code/game/jobs/jobs.dm index e757d2fd7f7..87679abda17 100644 --- a/code/game/jobs/jobs.dm +++ b/code/game/jobs/jobs.dm @@ -99,7 +99,10 @@ var/list/civilian_positions = list( "Lawyer", "Chaplain", "Assistant", - "Nanotrasen Representative" + "Nanotrasen Representative", + "Clown", + "Mime" + )