Skip to content

Commit

Permalink
Mark changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ephemeralis <[email protected]>
  • Loading branch information
Ephemeralis authored Nov 17, 2024
1 parent 2c5fc09 commit 96443dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/events/anomaly/anomaly_bioscrambler.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96443dc

Please sign in to comment.