Rename "Delimber" anomaly to "Bioscrambler" anomaly. (#67886)

Renames all occurrences of "delimber", "delimber_anomaly", "delimbering", etc. to "bioscrambler", "bioscrambler_anomaly", and "bioscrambling", etc.
This commit is contained in:
skylord-a52
2022-06-24 02:11:57 -04:00
committed by GitHub
parent 093e58aa47
commit c371232e2d
15 changed files with 58 additions and 58 deletions
@@ -0,0 +1,15 @@
/datum/round_event_control/anomaly/anomaly_bioscrambler
name = "Anomaly: Bioscrambler"
typepath = /datum/round_event/anomaly/anomaly_bioscrambler
min_players = 10
max_occurrences = 5
weight = 20
/datum/round_event/anomaly/anomaly_bioscrambler
startWhen = 10
announceWhen = 3
anomaly_path = /obj/effect/anomaly/bioscrambler
/datum/round_event/anomaly/anomaly_bioscrambler/announce(fake)
priority_announce("Localized limb swapping agent. Expected location: [impact_area.name]. Wear biosuits to counter the effects. Calculated half-life of %9£$T$%F3 years", "Anomaly Alert")
-15
View File
@@ -1,15 +0,0 @@
/datum/round_event_control/anomaly/anomaly_delimber
name = "Anomaly: Delimber"
typepath = /datum/round_event/anomaly/anomaly_delimber
min_players = 10
max_occurrences = 5
weight = 20
/datum/round_event/anomaly/anomaly_delimber
startWhen = 10
announceWhen = 3
anomaly_path = /obj/effect/anomaly/delimber
/datum/round_event/anomaly/anomaly_delimber/announce(fake)
priority_announce("Localized limb swapping agent. Expected location: [impact_area.name]. Wear biosuits to counter the effects. Calculated half-life of %9£$T$%F3 years", "Anomaly Alert")