diff --git a/code/modules/events/anomaly/anomaly_bioscrambler.dm b/code/modules/events/anomaly/anomaly_bioscrambler.dm index 7005afda72862..08afff8dd31c7 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 = 5 - max_occurrences = 5 + 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 - max_wizard_trigger_potency = 2 + min_wizard_trigger_potency = 0 // DOPPLER EDIT: functionally disable bioscramblers + max_wizard_trigger_potency = 0 /datum/round_event/anomaly/anomaly_bioscrambler start_when = ANOMALY_START_MEDIUM_TIME