Skip to content

Commit

Permalink
Merge pull request DopplerShift13#230 from DopplerShift13/bioscramble…
Browse files Browse the repository at this point in the history
…rsbegone

Disables bioscrambler anomaly
  • Loading branch information
Nerev4r authored Nov 17, 2024
2 parents 8b6427c + 96443dc commit 78906cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/events/anomaly/anomaly_bioscrambler.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78906cc

Please sign in to comment.