From 33f866427081eb7d08a9f9403c998325e7f8cb8e Mon Sep 17 00:00:00 2001 From: thgvr <81882910+thgvr@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:48:02 -0700 Subject: [PATCH] reduces recruit slots on colossus to 2 (#3416) ## About The Pull Request Title ## Changelog :cl: balance: Colossus now only has 2 recruit slots instead of a whopping !!5!! /:cl: --- _maps/configs/inteq_colossus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_maps/configs/inteq_colossus.json b/_maps/configs/inteq_colossus.json index 973a80045e93..68bc1e2ec1b3 100644 --- a/_maps/configs/inteq_colossus.json +++ b/_maps/configs/inteq_colossus.json @@ -42,7 +42,7 @@ }, "Recruit": { "outfit": "/datum/outfit/job/inteq/assistant", - "slots": 5 + "slots": 2 } }, "enabled": true