From 96443dc853f5e236e802340ef1fc62a8d7bfa073 Mon Sep 17 00:00:00 2001 From: Ephemeralis Date: Mon, 18 Nov 2024 07:31:44 +1100 Subject: [PATCH] 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