mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Full rename of all real chems to bone apple tea'd versions. (#9400)
As a continuation of #9389 As a bonus, any drugs that mentioned their IRL counterpart in their description now describe their predecessor as ancient, and the new ones as modern. The biggest difference here is just the Antihistamine which was given a full new name. They're similar enough that they'll be recognized (most of them) but different enough for us to call our own and not care what the real medicines are/do since these are our sci-fantasy versions just inspired by them.
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
if(M.getBrainLoss() > 15)
|
||||
to_chat(user, SPAN_NOTICE("There's visible lag between left and right pupils' reactions."))
|
||||
|
||||
var/list/pinpoint = list(/datum/reagent/oxycodone=1,/datum/reagent/tramadol=5)
|
||||
var/list/pinpoint = list(/datum/reagent/oxycomorphine=1,/datum/reagent/mortaphenyl=5)
|
||||
var/list/dilating = list(/datum/reagent/space_drugs=5,/datum/reagent/mindbreaker=1)
|
||||
var/datum/reagents/ingested = H.get_ingested_reagents()
|
||||
if(H.reagents.has_any_reagent(pinpoint) || ingested.has_any_reagent(pinpoint))
|
||||
|
||||
@@ -232,8 +232,8 @@ obj/item/clothing/mask/chewable/Destroy()
|
||||
/obj/item/clothing/mask/chewable/candy/lolli/meds/Initialize()
|
||||
. = ..()
|
||||
var/datum/reagent/payload = pick(list(
|
||||
/datum/reagent/paracetamol,
|
||||
/datum/reagent/tramadol,
|
||||
/datum/reagent/perconol,
|
||||
/datum/reagent/mortaphenyl,
|
||||
/datum/reagent/dylovene))
|
||||
reagents.add_reagent(payload, 15)
|
||||
color = reagents.get_color()
|
||||
|
||||
@@ -271,7 +271,7 @@
|
||||
B1.reagents.add_reagent(/datum/reagent/potassium,20)
|
||||
B1.reagents.add_reagent(/datum/reagent/soporific, 10)
|
||||
B1.reagents.add_reagent(/datum/reagent/dylovene, 10)
|
||||
B2.reagents.add_reagent(/datum/reagent/chloralhydrate,40)
|
||||
B2.reagents.add_reagent(/datum/reagent/polysomnine,40)
|
||||
B2.reagents.add_reagent(/datum/reagent/phosphorus,20)
|
||||
|
||||
detonator = new/obj/item/device/assembly_holder/timer_igniter(src)
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
/obj/item/storage/pill_bottle/dermaline = 1,
|
||||
/obj/item/storage/pill_bottle/dexalin_plus = 1,
|
||||
/obj/item/storage/pill_bottle/dylovene = 1,
|
||||
/obj/item/storage/pill_bottle/tramadol = 1,
|
||||
/obj/item/storage/pill_bottle/mortaphenyl = 1,
|
||||
/obj/item/reagent_containers/inhaler/hyperzine = 1,
|
||||
/obj/item/stack/medical/splint = 1
|
||||
)
|
||||
@@ -213,29 +213,29 @@
|
||||
starts_with = list(/obj/item/reagent_containers/pill/inaprovaline = 7)
|
||||
|
||||
/obj/item/storage/pill_bottle/kelotane
|
||||
name = "bottle of kelotane pills"
|
||||
name = "bottle of Kelotane pills"
|
||||
desc = "Contains pills used to treat burns."
|
||||
starts_with = list(/obj/item/reagent_containers/pill/kelotane = 7)
|
||||
|
||||
/obj/item/storage/pill_bottle/antihistamine
|
||||
name = "bottle of diphenhydramine pills"
|
||||
desc = "Diphenhydramine, a common antihistamine used to reduce symptoms of allergies. Helps with sneezing."
|
||||
starts_with = list(/obj/item/reagent_containers/pill/antihistamine = 7)
|
||||
/obj/item/storage/pill_bottle/cetahydramine
|
||||
name = "bottle of Cetahydramine pills"
|
||||
desc = "Often compared to ancient brands, Cetahydramine is a modern chem used to reduce symptoms of allergies. Helps with sneezing."
|
||||
starts_with = list(/obj/item/reagent_containers/pill/cetahydramine = 7)
|
||||
|
||||
/obj/item/storage/pill_bottle/tramadol
|
||||
name = "bottle of Tramadol pills"
|
||||
/obj/item/storage/pill_bottle/mortaphenyl
|
||||
name = "bottle of Mortaphenyl pills"
|
||||
desc = "Contains pills used to relieve pain."
|
||||
starts_with = list(/obj/item/reagent_containers/pill/tramadol = 7)
|
||||
starts_with = list(/obj/item/reagent_containers/pill/mortaphenyl = 7)
|
||||
|
||||
/obj/item/storage/pill_bottle/paracetamol
|
||||
name = "bottle of paracetamol pills"
|
||||
/obj/item/storage/pill_bottle/perconol
|
||||
name = "bottle of Perconol pills"
|
||||
desc = "Contains pills used to relieve pain and reduce fevers."
|
||||
starts_with = list(/obj/item/reagent_containers/pill/paracetamol = 7)
|
||||
starts_with = list(/obj/item/reagent_containers/pill/perconol = 7)
|
||||
|
||||
/obj/item/storage/pill_bottle/escitalopram
|
||||
name = "bottle of Escitalopram pills"
|
||||
/obj/item/storage/pill_bottle/minaphobin
|
||||
name = "bottle of Minaphobin pills"
|
||||
desc = "Contains pills used to stabilize a patient's mood."
|
||||
starts_with = list(/obj/item/reagent_containers/pill/escitalopram = 7)
|
||||
starts_with = list(/obj/item/reagent_containers/pill/minaphobin = 7)
|
||||
|
||||
/obj/item/storage/pill_bottle/rmt
|
||||
name = "bottle of RMT pills"
|
||||
|
||||
@@ -152,7 +152,7 @@
|
||||
/obj/item/bodybag/cryobag = 1,
|
||||
/obj/item/storage/pill_bottle/kelotane = 2,
|
||||
/obj/item/storage/pill_bottle/antitox = 2,
|
||||
/obj/item/storage/pill_bottle/tramadol = 2,
|
||||
/obj/item/storage/pill_bottle/mortaphenyl = 2,
|
||||
/obj/item/reagent_containers/syringe/dylovene = 2,
|
||||
/obj/item/reagent_containers/syringe/inaprovaline = 2,
|
||||
/obj/item/stack/nanopaste = 1
|
||||
@@ -178,7 +178,7 @@
|
||||
icon_state = "purplecomb"
|
||||
// spawn_nothing_percentage = 50
|
||||
problist = list(
|
||||
/obj/item/storage/pill_bottle/tramadol = 3,
|
||||
/obj/item/storage/pill_bottle/mortaphenyl = 3,
|
||||
/obj/item/storage/pill_bottle/happy = 2,
|
||||
/obj/item/storage/pill_bottle/zoom = 2,
|
||||
/obj/item/reagent_containers/glass/beaker/vial/random/toxin = 1,
|
||||
|
||||
Reference in New Issue
Block a user