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:
Joshie
2020-07-21 17:57:44 +03:00
committed by GitHub
parent 6c9f16feea
commit fb8af14858
40 changed files with 161 additions and 120 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
/obj/item/stack/medical/advanced/ointment = 2,
/obj/item/stack/medical/splint = 1,
/obj/item/reagent_containers/syringe = 1,
/obj/item/reagent_containers/glass/bottle/norepinephrine = 1
/obj/item/reagent_containers/glass/bottle/inaprovaline = 1
)
/datum/outfit/admin/ert/iac/get_id_access()
@@ -54,7 +54,7 @@
name = "IAC Bodyguard"
accessory = /obj/item/clothing/accessory/storage/black_vest
accessory_contents = list(/obj/item/reagent_containers/hypospray/autoinjector/norepinephrine = 2, /obj/item/reagent_containers/hypospray/autoinjector/survival = 1)
accessory_contents = list(/obj/item/reagent_containers/hypospray/autoinjector/inaprovaline = 2, /obj/item/reagent_containers/hypospray/autoinjector/survival = 1)
suit = /obj/item/clothing/suit/storage/vest/heavy
head = /obj/item/clothing/head/helmet/iachelmet
mask = /obj/item/clothing/mask/gas/alt
+2 -2
View File
@@ -33,7 +33,7 @@
/obj/item/stack/medical/advanced/ointment = 2,
/obj/item/stack/medical/splint = 1,
/obj/item/reagent_containers/syringe = 1,
/obj/item/reagent_containers/glass/bottle/norepinephrine = 1
/obj/item/reagent_containers/glass/bottle/inaprovaline = 1
)
/datum/outfit/admin/ert/med_eridani/get_id_access()
@@ -57,7 +57,7 @@
name = "Eridani Contractor Bodyguard"
accessory = /obj/item/clothing/accessory/storage/black_vest
accessory_contents = list(/obj/item/reagent_containers/hypospray/autoinjector/norepinephrine = 2, /obj/item/reagent_containers/hypospray/autoinjector/survival = 1)
accessory_contents = list(/obj/item/reagent_containers/hypospray/autoinjector/inaprovaline = 2, /obj/item/reagent_containers/hypospray/autoinjector/survival = 1)
suit = /obj/item/clothing/suit/space/void/cruiser
head = /obj/item/clothing/head/helmet/space/void/cruiser
mask = /obj/item/clothing/mask/gas/alt
+1 -1
View File
@@ -71,7 +71,7 @@
/obj/item/personal_inhaler/combat = 1,
/obj/item/reagent_containers/personal_inhaler_cartridge/large = 2,
/obj/item/reagent_containers/glass/bottle/dexalin_plus = 1,
/obj/item/reagent_containers/glass/bottle/norepinephrine = 1,
/obj/item/reagent_containers/glass/bottle/inaprovaline = 1,
/obj/item/reagent_containers/glass/bottle/thetamycin = 1
)
accessory_contents = list(/obj/item/gun/energy/pulse/pistol = 1)
+1 -1
View File
@@ -180,7 +180,7 @@ They sell generic supplies and ask for generic supplies.
/obj/item/storage/box/gloves = TRADER_THIS_TYPE,
/obj/item/storage/box/cdeathalarm_kit = TRADER_THIS_TYPE,
/obj/item/storage/box/beakers = TRADER_THIS_TYPE,
/obj/item/reagent_containers/glass/bottle/norepinephrine = TRADER_THIS_TYPE,
/obj/item/reagent_containers/glass/bottle/inaprovaline = TRADER_THIS_TYPE,
/obj/item/reagent_containers/glass/bottle/stoxin = TRADER_THIS_TYPE,
/obj/item/reagent_containers/glass/bottle/chloralhydrate = TRADER_THIS_TYPE,
/obj/item/reagent_containers/glass/bottle/antitoxin = TRADER_THIS_TYPE,