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-22 00:57:44 +10:00
committed by GitHub
parent 6c9f16feea
commit fb8af14858
40 changed files with 161 additions and 120 deletions
+1 -1
View File
@@ -156,7 +156,7 @@
return FALSE
if(owner.reagents)
owner.reagents.add_reagent(/datum/reagent/norepinephrine, 10)
owner.reagents.add_reagent(/datum/reagent/inaprovaline, 10)
owner.reagents.add_reagent(/datum/reagent/tricordrazine, 10)
owner.reagents.add_reagent(/datum/reagent/soporific, 15)
take_damage(15)