From de06b1b4a52f223bf9681c74230d0ed92a7ef5c6 Mon Sep 17 00:00:00 2001 From: wraith-54321 <69217972+wraith-54321@users.noreply.github.com> Date: Sun, 10 Dec 2023 15:34:45 -0800 Subject: [PATCH] real minimums --- .../storytellers/converted_events/solo/clockwork_cult.dm | 2 +- .../storytellers/converted_events/solo/ghosts/wizard.dm | 9 +++++++++ .../modules/storytellers/converted_events/solo/wizard.dm | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/monkestation/code/modules/storytellers/converted_events/solo/clockwork_cult.dm b/monkestation/code/modules/storytellers/converted_events/solo/clockwork_cult.dm index 06edf7e3d45b..e758c202b8ac 100644 --- a/monkestation/code/modules/storytellers/converted_events/solo/clockwork_cult.dm +++ b/monkestation/code/modules/storytellers/converted_events/solo/clockwork_cult.dm @@ -24,7 +24,7 @@ JOB_SECURITY_OFFICER, JOB_WARDEN, ) - required_enemies = 3 + required_enemies = 5 base_antags = 4 maximum_antags = 4 // I give up, just there should be enough heads with 35 players... diff --git a/monkestation/code/modules/storytellers/converted_events/solo/ghosts/wizard.dm b/monkestation/code/modules/storytellers/converted_events/solo/ghosts/wizard.dm index 526f756c0b74..a581c1150da3 100644 --- a/monkestation/code/modules/storytellers/converted_events/solo/ghosts/wizard.dm +++ b/monkestation/code/modules/storytellers/converted_events/solo/ghosts/wizard.dm @@ -9,6 +9,15 @@ JOB_HEAD_OF_SECURITY, ) // Just to be sure that a wizard getting picked won't ever imply a Captain or HoS not getting drafted maximum_antags = 1 + enemy_roles = list( + JOB_AI, + JOB_CAPTAIN, + JOB_DETECTIVE, + JOB_HEAD_OF_SECURITY, + JOB_SECURITY_OFFICER, + JOB_WARDEN, + ) + required_enemies = 5 weight = 2 min_players = 35 max_occurrences = 1 diff --git a/monkestation/code/modules/storytellers/converted_events/solo/wizard.dm b/monkestation/code/modules/storytellers/converted_events/solo/wizard.dm index a2d7fe16686d..b635760fff29 100644 --- a/monkestation/code/modules/storytellers/converted_events/solo/wizard.dm +++ b/monkestation/code/modules/storytellers/converted_events/solo/wizard.dm @@ -9,6 +9,15 @@ JOB_HEAD_OF_SECURITY, ) // Just to be sure that a wizard getting picked won't ever imply a Captain or HoS not getting drafted maximum_antags = 1 + enemy_roles = list( + JOB_AI, + JOB_CAPTAIN, + JOB_DETECTIVE, + JOB_HEAD_OF_SECURITY, + JOB_SECURITY_OFFICER, + JOB_WARDEN, + ) + required_enemies = 5 roundstart = TRUE earliest_start = 0 SECONDS weight = 3