From fcb70de874d1f508cf5ebee50966d3ce3f965397 Mon Sep 17 00:00:00 2001 From: morrowwolf Date: Tue, 11 Jul 2023 02:36:57 -0400 Subject: [PATCH] Foxtrot total number nerf (#3801) # About the pull request This PR reduces max marines from foxtrot from 15 to 10. # Explain why it's good for the game Current potential gain from foxtrot is too high. # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: Morrow balance: Marines called with foxtrot nerfed from 15 to 10. /:cl: --- code/datums/emergency_calls/cryo_marines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/emergency_calls/cryo_marines.dm b/code/datums/emergency_calls/cryo_marines.dm index 9bec8b3593dd..eb914e198b37 100644 --- a/code/datums/emergency_calls/cryo_marines.dm +++ b/code/datums/emergency_calls/cryo_marines.dm @@ -3,7 +3,7 @@ //whiskey outpost extra marines /datum/emergency_call/cryo_squad name = "Marine Cryo Reinforcements (Squad)" - mob_max = 15 + mob_max = 10 mob_min = 1 probability = 0 objectives = "Assist the USCM forces"