mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Fixes inconsistency in Detective job datum
There was only 1 slot, but you could spawn 2 during roundstart.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user