mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
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:
@@ -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")
|
||||
@@ -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")
|
||||
Reference in New Issue
Block a user