From f48822e5a22ad9407a2aeec8c4eddb081640b519 Mon Sep 17 00:00:00 2001 From: cib Date: Thu, 15 Nov 2012 16:39:11 +0100 Subject: [PATCH] Fixes issue #1900 There are now two roboticist spawn slots. --- code/game/jobs/job/engineering.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job/engineering.dm b/code/game/jobs/job/engineering.dm index 05ce3991464..97c2e28a1e9 100644 --- a/code/game/jobs/job/engineering.dm +++ b/code/game/jobs/job/engineering.dm @@ -99,7 +99,7 @@ department_flag = ENGSEC faction = "Station" total_positions = 2 - spawn_positions = 1 + spawn_positions = 2 supervisors = "the chief engineer and research director" selection_color = "#fff5cc"