From d4b9b45bdd09995bf0db7404cb9822f317beb5cd Mon Sep 17 00:00:00 2001 From: Matt Idzik Date: Fri, 5 Sep 2025 11:23:06 -0500 Subject: [PATCH] Adjusted minimumPlayers for Wizard midround events. (#38424) * Adjusted minimumPlayers for Ninja and Wizard midround events Wizard from 10->20 Ninja from 30->20 20 players matches Dragon and Loneop. * Wizard midround minimum players from 20 to 30 * Update Resources/Prototypes/GameRules/events.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Prototypes/GameRules/events.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 73ed173fdf..8ff3960703 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -326,7 +326,7 @@ duration: 1 earliestStart: 30 reoccurrenceDelay: 60 - minimumPlayers: 10 + minimumPlayers: 30 - type: AntagSelection agentName: wizard-round-end-name definitions: -- 2.51.2