Skip to content

Commit

Permalink
2.5 squad marines per 1 larva latejoin (#4021)
Browse files Browse the repository at this point in the history
# 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
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog

:cl: Morrow
balance: 2.5 squad marines per 1 larva latejoin
/:cl:
  • Loading branch information
morrowwolf committed Jul 28, 2023
1 parent 0301a6f commit 8f94e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/mode.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f94e7c

Please sign in to comment.