Skip to content

Commit

Permalink
Foxtrot total number nerf (#3801)
Browse files Browse the repository at this point in the history
# 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
<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: Marines called with foxtrot nerfed from 15 to 10.
/:cl:
  • Loading branch information
morrowwolf committed Jul 11, 2023
1 parent d4a70e4 commit fcb70de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/emergency_calls/cryo_marines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fcb70de

Please sign in to comment.