From fe008599896d23dda79aad9e22e6a410c77fa407 Mon Sep 17 00:00:00 2001 From: CIB Date: Sun, 12 Aug 2012 03:24:02 -0700 Subject: [PATCH] Increased cyborg slots to two According to http://baystation12.net/forums/viewtopic.php?f=5&t=5144&view=unread#unread, we could even go up to 3, but let's take it one step at a time. --- code/game/jobs/job/silicon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job/silicon.dm b/code/game/jobs/job/silicon.dm index 1b608e200dc..9cec53ba201 100644 --- a/code/game/jobs/job/silicon.dm +++ b/code/game/jobs/job/silicon.dm @@ -21,7 +21,7 @@ department_flag = ENGSEC faction = "Station" total_positions = 0 - spawn_positions = 1 + spawn_positions = 2 supervisors = "your laws and the AI" //Nodrak selection_color = "#ddffdd"