mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Renames all instances of "Norepinephrine" to "Inaprovaline" (#9389)
It was a mistake to use real life chemicals on the grounds of "realism", especially when the chemical doesn't actually act realistically to how it does in real life. With the removal of the Inaprovaline medication as well, we can return the name to Norepinephrine, which was originally called Inaprovaline anyway.
This commit is contained in:
@@ -237,7 +237,7 @@ obj/item/clothing/mask/chewable/Destroy()
|
||||
. = ..()
|
||||
var/datum/reagent/payload = pick(list(
|
||||
/datum/reagent/dylovene,
|
||||
/datum/reagent/norepinephrine))
|
||||
/datum/reagent/inaprovaline))
|
||||
reagents.add_reagent(payload, 15)
|
||||
color = reagents.get_color()
|
||||
desc = "[desc] This one is labeled '[initial(payload.name)]'."
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
/obj/item/reagent_containers/pill/kelotane = 3,
|
||||
/obj/item/stack/medical/ointment = 2,
|
||||
/obj/item/device/healthanalyzer = 1,
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/norepinephrine = 1
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/inaprovaline = 1
|
||||
)
|
||||
|
||||
/obj/item/storage/firstaid/fire/fill()
|
||||
@@ -48,7 +48,7 @@
|
||||
/obj/item/stack/medical/bruise_pack = 3,
|
||||
/obj/item/stack/medical/ointment = 2,
|
||||
/obj/item/device/healthanalyzer = 1,
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/norepinephrine = 1
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/inaprovaline = 1
|
||||
)
|
||||
|
||||
/obj/item/storage/firstaid/toxin
|
||||
@@ -73,7 +73,7 @@
|
||||
item_state = "o2"
|
||||
starts_with = list(
|
||||
/obj/item/reagent_containers/inhaler/dexalin = 4,
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/norepinephrine = 2,
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/inaprovaline = 2,
|
||||
/obj/item/device/breath_analyzer = 1
|
||||
)
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
icon_state = "advfirstaid"
|
||||
item_state = "advfirstaid"
|
||||
starts_with = list(
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/norepinephrine = 1,
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/inaprovaline = 1,
|
||||
/obj/item/stack/medical/advanced/bruise_pack = 3,
|
||||
/obj/item/stack/medical/advanced/ointment = 2,
|
||||
/obj/item/stack/medical/splint = 1
|
||||
@@ -207,10 +207,10 @@
|
||||
desc = "Contains pills used to treat toxic substances in the blood."
|
||||
starts_with = list(/obj/item/reagent_containers/pill/dylovene = 7)
|
||||
|
||||
/obj/item/storage/pill_bottle/norepinephrine
|
||||
name = "bottle of Norepinephrine pills"
|
||||
/obj/item/storage/pill_bottle/inaprovaline
|
||||
name = "bottle of Inaprovaline pills"
|
||||
desc = "Contains pills used to stabilize patients."
|
||||
starts_with = list(/obj/item/reagent_containers/pill/norepinephrine = 7)
|
||||
starts_with = list(/obj/item/reagent_containers/pill/inaprovaline = 7)
|
||||
|
||||
/obj/item/storage/pill_bottle/kelotane
|
||||
name = "bottle of kelotane pills"
|
||||
|
||||
@@ -219,11 +219,11 @@
|
||||
|
||||
/obj/item/storage/box/syndie_kit/stimulants
|
||||
name = "box of stimulants"
|
||||
desc = "Comes with a combat inhaler, a large cartridge of hyperzine, a large cartridge of norepinephrine, and a large empty cartridge."
|
||||
desc = "Comes with a combat inhaler, a large cartridge of hyperzine, a large cartridge of inaprovaline, and a large empty cartridge."
|
||||
starts_with = list(
|
||||
/obj/item/personal_inhaler/combat = 1,
|
||||
/obj/item/reagent_containers/personal_inhaler_cartridge/large/hyperzine = 1,
|
||||
/obj/item/reagent_containers/personal_inhaler_cartridge/large/norepinephrine = 1,
|
||||
/obj/item/reagent_containers/personal_inhaler_cartridge/large/inaprovaline = 1,
|
||||
/obj/item/reagent_containers/personal_inhaler_cartridge/large = 1,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user