From 10e21da9dd877f82880de6fd526e01c87edf4f0d Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Fri, 20 Dec 2024 22:02:54 -0600 Subject: [PATCH] Reduce amount of chef jobs on hive (#2492) Update hive.yml --- Resources/Prototypes/Maps/hive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Maps/hive.yml b/Resources/Prototypes/Maps/hive.yml index 9dbf90693ae..d286e879772 100644 --- a/Resources/Prototypes/Maps/hive.yml +++ b/Resources/Prototypes/Maps/hive.yml @@ -53,7 +53,7 @@ Bartender: [ 2, 2 ] Botanist: [ 2, 3 ] Boxer: [ 2, 2 ] - Chef: [ 2, 3 ] + Chef: [ 1, 2 ] Clown: [ 1, 2 ] HeadOfPersonnel: [ 1, 1 ] Janitor: [ 2, 3 ]