mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +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:
@@ -132,7 +132,7 @@
|
||||
description = "We're making a better version of space drugs, send us a core to help us replicate its effects."
|
||||
wanted_types = list(/obj/item/assembly/signaler/anomaly/hallucination = TRUE)
|
||||
|
||||
/datum/bounty/item/science/ref_anomaly/delimber
|
||||
name = "Refined Delimber Core"
|
||||
description = "Our janitor lizard lost all their limbs, send us a delimber core to replace them."
|
||||
wanted_types = list(/obj/item/assembly/signaler/anomaly/delimber = TRUE)
|
||||
/datum/bounty/item/science/ref_anomaly/bioscrambler
|
||||
name = "Refined Bioscrambler Core"
|
||||
description = "Our janitor lizard lost all their limbs, send us a bioscrambler core to replace them."
|
||||
wanted_types = list(/obj/item/assembly/signaler/anomaly/bioscrambler = TRUE)
|
||||
|
||||
@@ -1408,14 +1408,14 @@
|
||||
crate_name = "raw pyro anomaly"
|
||||
crate_type = /obj/structure/closet/crate/secure/science
|
||||
|
||||
/datum/supply_pack/science/raw_delimber_anomaly
|
||||
name = "Raw Delimber Anomaly"
|
||||
desc = "The raw core of a delimber anomaly, ready to be implosion-compressed into a powerful artifact."
|
||||
/datum/supply_pack/science/raw_bioscrambler_anomaly
|
||||
name = "Raw Bioscrambler Anomaly"
|
||||
desc = "The raw core of a bioscrambler anomaly, ready to be implosion-compressed into a powerful artifact."
|
||||
cost = CARGO_CRATE_VALUE * 10
|
||||
access = ACCESS_ORDNANCE
|
||||
access_view = ACCESS_ORDNANCE
|
||||
contains = list(/obj/item/raw_anomaly_core/delimber)
|
||||
crate_name = "raw delimber anomaly"
|
||||
contains = list(/obj/item/raw_anomaly_core/bioscrambler)
|
||||
crate_name = "raw bioscrambler anomaly"
|
||||
crate_type = /obj/structure/closet/crate/secure/science
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user