From 22ecd580832a09d65495083ab538767093ef2e11 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Thu, 13 Mar 2025 21:21:42 +0100 Subject: [PATCH] Enable antag-before-job rolling for roundstart antags (#35823) Enable antag-before-job rolling for certain antags --- Resources/Prototypes/GameRules/roundstart.yml | 3 +++ Resources/Prototypes/GameRules/subgamemodes.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/Resources/Prototypes/GameRules/roundstart.yml b/Resources/Prototypes/GameRules/roundstart.yml index 2795562734..80b8e9b717 100644 --- a/Resources/Prototypes/GameRules/roundstart.yml +++ b/Resources/Prototypes/GameRules/roundstart.yml @@ -189,6 +189,7 @@ min: 240 max: 420 - type: AntagSelection + selectionTime: IntraPlayerSpawn definitions: - prefRoles: [ Traitor ] max: 8 @@ -222,6 +223,7 @@ minPlayers: 15 - type: RevolutionaryRule - type: AntagSelection + selectionTime: IntraPlayerSpawn definitions: - prefRoles: [ HeadRev ] max: 3 @@ -310,6 +312,7 @@ max: 900 - type: ZombieRule - type: AntagSelection + selectionTime: IntraPlayerSpawn definitions: - prefRoles: [ InitialInfected ] max: 6 diff --git a/Resources/Prototypes/GameRules/subgamemodes.yml b/Resources/Prototypes/GameRules/subgamemodes.yml index 32604286e2..6604a036bd 100644 --- a/Resources/Prototypes/GameRules/subgamemodes.yml +++ b/Resources/Prototypes/GameRules/subgamemodes.yml @@ -16,6 +16,7 @@ maxDifficulty: 2.5 - type: AntagSelection agentName: thief-round-end-agent-name + selectionTime: IntraPlayerSpawn definitions: - prefRoles: [ Thief ] max: 3 -- 2.51.2