From 8f94e7c2a0778e0e2567201c32a614022e0b3e82 Mon Sep 17 00:00:00 2001 From: morrowwolf Date: Fri, 28 Jul 2023 08:00:08 -0400 Subject: [PATCH] 2.5 squad marines per 1 larva latejoin (#4021) # About the pull request This PR lowers the latejoin barrier from 3 to 2.5 for weighted marine joins. Every 2.5 squad marines gives 1 larva. # Explain why it's good for the game larva time # 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: 2.5 squad marines per 1 larva latejoin /:cl: --- code/__DEFINES/mode.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/mode.dm b/code/__DEFINES/mode.dm index aa22c70d4213..2895b3211fd3 100644 --- a/code/__DEFINES/mode.dm +++ b/code/__DEFINES/mode.dm @@ -74,7 +74,7 @@ #define ROUNDSTATUS_FOG_DOWN 1 #define ROUNDSTATUS_PODDOORS_OPEN 2 -#define LATEJOIN_MARINES_PER_LATEJOIN_LARVA 3 +#define LATEJOIN_MARINES_PER_LATEJOIN_LARVA 2.5 //================================================= #define SHOW_ITEM_ANIMATIONS_NONE 0 //Do not show any item pickup animations