Skip to content

Commit

Permalink
Disables bioscrambler anomaly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephemeralis committed Nov 14, 2024
1 parent b55b024 commit 20ae789
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,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
Expand Down

0 comments on commit 20ae789

Please sign in to comment.