Fixes inconsistency in Detective job datum

There was only 1 slot, but you could spawn 2 during roundstart.
This commit is contained in:
Chinsky
2015-08-25 03:27:54 +03:00
parent d7650f55ea
commit 3ccbe22152

View File

@@ -86,7 +86,7 @@
department = "Security" department = "Security"
department_flag = ENGSEC department_flag = ENGSEC
faction = "Station" faction = "Station"
total_positions = 1 total_positions = 2
spawn_positions = 2 spawn_positions = 2
supervisors = "the head of security" supervisors = "the head of security"
selection_color = "#ffeeee" selection_color = "#ffeeee"