From 94306a9947a34dd9b037e16a7d9905579daeb9b9 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Sun, 22 Oct 2017 18:52:18 -0500 Subject: [PATCH] Botanists should show up in the proper part of the manifest --- code/game/jobs/jobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/jobs.dm b/code/game/jobs/jobs.dm index 72295fe01d..2a225228bc 100644 --- a/code/game/jobs/jobs.dm +++ b/code/game/jobs/jobs.dm @@ -97,7 +97,7 @@ var/list/cargo_positions = list( var/list/civilian_positions = list( "Head of Personnel", "Bartender", - "Gardener", + "Botanist", "Chef", "Janitor", "Librarian",