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