From 20ae789cdb83afef90652d29cf00023d2f14fd7c Mon Sep 17 00:00:00 2001 From: David Sinclair Date: Thu, 14 Nov 2024 12:22:14 +1100 Subject: [PATCH 1/2] Disables bioscrambler anomaly --- code/modules/events/anomaly/anomaly_bioscrambler.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/events/anomaly/anomaly_bioscrambler.dm b/code/modules/events/anomaly/anomaly_bioscrambler.dm index 21df8bdc72c6b..2347c88336c39 100644 --- a/code/modules/events/anomaly/anomaly_bioscrambler.dm +++ b/code/modules/events/anomaly/anomaly_bioscrambler.dm @@ -2,12 +2,12 @@ name = "Anomaly: Bioscrambler" typepath = /datum/round_event/anomaly/anomaly_bioscrambler - min_players = 10 - max_occurrences = 5 + min_players = 256 + max_occurrences = 0 weight = 20 description = "This anomaly replaces the limbs of nearby people." min_wizard_trigger_potency = 0 - max_wizard_trigger_potency = 2 + max_wizard_trigger_potency = 0 /datum/round_event/anomaly/anomaly_bioscrambler start_when = ANOMALY_START_MEDIUM_TIME From 96443dc853f5e236e802340ef1fc62a8d7bfa073 Mon Sep 17 00:00:00 2001 From: Ephemeralis Date: Mon, 18 Nov 2024 07:31:44 +1100 Subject: [PATCH 2/2] Mark changes Signed-off-by: Ephemeralis --- code/modules/events/anomaly/anomaly_bioscrambler.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/events/anomaly/anomaly_bioscrambler.dm b/code/modules/events/anomaly/anomaly_bioscrambler.dm index 2347c88336c39..08afff8dd31c7 100644 --- a/code/modules/events/anomaly/anomaly_bioscrambler.dm +++ b/code/modules/events/anomaly/anomaly_bioscrambler.dm @@ -2,11 +2,11 @@ name = "Anomaly: Bioscrambler" typepath = /datum/round_event/anomaly/anomaly_bioscrambler - min_players = 256 - max_occurrences = 0 + min_players = 256 // DOPPLER EDIT: functionally disable bioscramblers + max_occurrences = 0 // DOPPLER EDIT: functionally disable bioscramblers weight = 20 description = "This anomaly replaces the limbs of nearby people." - min_wizard_trigger_potency = 0 + min_wizard_trigger_potency = 0 // DOPPLER EDIT: functionally disable bioscramblers max_wizard_trigger_potency = 0 /datum/round_event/anomaly/anomaly_bioscrambler