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
@@ -62,11 +62,11 @@
icon_state = "vortex_core"
anomaly_type = /obj/effect/anomaly/bhole
/obj/item/assembly/signaler/anomaly/delimber
name = "\improper delimber anomaly core"
desc = "The neutralized core of a delimber anomaly. It's squirming, as if moving. It'd probably be valuable for research."
icon_state = "delimber_core"
anomaly_type = /obj/effect/anomaly/delimber
/obj/item/assembly/signaler/anomaly/bioscrambler
name = "\improper bioscrambler anomaly core"
desc = "The neutralized core of a bioscrambler anomaly. It's squirming, as if moving. It'd probably be valuable for research."
icon_state = "bioscrambler_core"
anomaly_type = /obj/effect/anomaly/bioscrambler
/obj/item/assembly/signaler/anomaly/hallucination
name = "\improper hallucination anomaly core"
+5 -5
View File
@@ -56,11 +56,11 @@
desc = "You should not see this!"
icon_state = "rawcore_bluespace"
/obj/item/raw_anomaly_core/delimber
name = "raw delimber core"
desc = "The raw core of a delimber anomaly, it squirms."
anomaly_type = /obj/item/assembly/signaler/anomaly/delimber
icon_state = "rawcore_delimber"
/obj/item/raw_anomaly_core/bioscrambler
name = "raw bioscrambler core"
desc = "The raw core of a bioscrambler anomaly, it squirms."
anomaly_type = /obj/item/assembly/signaler/anomaly/bioscrambler
icon_state = "rawcore_bioscrambler"
/obj/item/raw_anomaly_core/random/Initialize(mapload)
. = ..()