From c0824af0e00c2f457eb927fa99564b8cd0c99608 Mon Sep 17 00:00:00 2001 From: du-top <73559117+du-top@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:19:04 +0200 Subject: [PATCH 1/5] Update descriptions of meds --- code/modules/reagents/reagents/drugs.dm | 4 +- code/modules/reagents/reagents/medicine.dm | 66 +++++++++++----------- code/modules/reagents/reagents/toxins.dm | 10 ++-- 3 files changed, 40 insertions(+), 40 deletions(-) diff --git a/code/modules/reagents/reagents/drugs.dm b/code/modules/reagents/reagents/drugs.dm index 7e284debdb5..7149df21608 100644 --- a/code/modules/reagents/reagents/drugs.dm +++ b/code/modules/reagents/reagents/drugs.dm @@ -405,7 +405,7 @@ /datum/reagent/drug/hyperzine name = "Hyperzine" id = "hyperzine" - description = "Hyperzine is a highly effective, long lasting, muscle stimulant, but drains the body. Also promotes muscle regrowth. Will worsen injuries." + description = "Hyperzine is a highly effective, long lasting, muscle stimulant, but drains the body. Also promotes muscle regrowth. Will worsen injuries. Side effects include twitching, nervousness and addiction. Can cause minor heart damage due to high BPM." taste_description = "acid" reagent_state = LIQUID color = "#FF3300" @@ -515,7 +515,7 @@ /datum/reagent/drug/sanguinum name = "Sanguinum" id = "sanguinum" - description = "Forces bone marrow to produce more blood than usual. Have irritating side effects" + description = "Forces bone marrow to produce more blood than usual. Side effects include blood coughing." taste_description = "metal" reagent_state = LIQUID color = "#e06270" diff --git a/code/modules/reagents/reagents/medicine.dm b/code/modules/reagents/reagents/medicine.dm index d9b34edf6fa..f776f25a775 100644 --- a/code/modules/reagents/reagents/medicine.dm +++ b/code/modules/reagents/reagents/medicine.dm @@ -5,7 +5,7 @@ /datum/reagent/medicine/inaprovaline name = "Inaprovaline" id = "inaprovaline" - description = "Inaprovaline is a weak yet broad synaptic stimulant and cardiostimulant. Commonly used to stabilize patients in critical condition." + description = "Inaprovaline is a weak yet broad synaptic stimulant and cardiostimulant. Commonly used to stabilize patients in critical condition. Very weak painkiller. Stabilizes Breathing. Weak Blood Clotting. Weak oxygen deprivation healing." taste_description = "bitterness" reagent_state = LIQUID color = "#00BFFF" @@ -25,7 +25,7 @@ /datum/reagent/medicine/bicaridine name = "Bicaridine" id = "bicaridine" - description = "Bicaridine is an analgesic medication and can be used to treat blunt trauma." + description = "Bicaridine is an is analgesic medication and can be used to treat trauma at a moderate rate. Will eventually stop external bleeding. Less affective in Cht'mant." taste_description = "bitterness" taste_mult = 3 reagent_state = LIQUID @@ -142,7 +142,7 @@ /datum/reagent/medicine/kelotane name = "Kelotane" id = "kelotane" - description = "Kelotane is a drug used to treat burns." + description = "Kelotane is a drug used to treat burns. Does not work on Cht'mant, use Seligitillin instead." taste_description = "bitterness" reagent_state = LIQUID color = "#FFA800" @@ -161,7 +161,7 @@ /datum/reagent/medicine/dermaline name = "Dermaline" id = "dermaline" - description = "Dermaline is the next step in burn medication. Works twice as well as Kelotane and enables the body to restore even the direst heat-damaged tissue." + description = "Dermaline is the next step in burn medication. Works twice as well as Kelotane and enables the body to restore even the direst heat-damaged tissue. Prevents infection. Has a low overdose threshold. Can be combined with Kelotane in equal parts (commonly known as KeloDerm) to reduce danger of overdose, their effects stacking." taste_description = "bitterness" taste_mult = 1.5 reagent_state = LIQUID @@ -196,7 +196,7 @@ /datum/reagent/medicine/dylovene name = "Dylovene" id = "anti_toxin" - description = "Dylovene is a broad-spectrum antitoxin." + description = "Dylovene is a broad-spectrum antitoxin. Heals toxin damage, shortens the duration of drug-related hallucinations and sleepiness, and removes Pararein, Carpotoxin, Blattedin and Toxin from the blood." taste_description = "a roll of gauze" reagent_state = LIQUID color = "#00A000" @@ -252,7 +252,7 @@ /datum/reagent/medicine/carthatoline name = "Carthatoline" id = "carthatoline" - description = "Carthatoline is a strong evacuant used to treat severe poisoning. As well as a mild nerve system relaxant." + description = "Carthatoline is a strong evacuant used to treat severe poisoning. As well as a mild nerve system relaxant. Treats toxin damage at an accelerated rate, while healing damage to the Liver." reagent_state = LIQUID color = "#225722" scannable = TRUE @@ -307,7 +307,7 @@ /datum/reagent/medicine/dexalin name = "Dexalin" id = "dexalin" - description = "Dexalin is used in the treatment of oxygen deprivation." + description = "Heals oxygen deprivation damage slowly while removing Lexorin from bloodstream. Does nothing for Cht'mant, use Diplopterum instead." taste_description = "bitterness" reagent_state = LIQUID color = "#0080FF" @@ -327,7 +327,7 @@ /datum/reagent/medicine/dexalinp name = "Dexalin Plus" id = "dexalinp" - description = "Dexalin Plus is used in the treatment of oxygen deprivation as well as muscle repair. It is highly effective." + description = "Dexalin Plus is used in the treatment of oxygen deprivation as well as muscle repair. Heals oxygen deprivation faster than Dexalin. Removes Lexorin from the bloodstream. Also slowly and slightly heals Muscles inside the body." taste_description = "bitterness" reagent_state = LIQUID color = "#0040FF" @@ -393,7 +393,7 @@ /datum/reagent/medicine/tricordrazine name = "Tricordrazine" id = "tricordrazine" - description = "Tricordrazine is a highly potent stimulant, originally derived from Cordrazine. Can be used to treat a wide range of injuries." + description = "Tricordrazine is a highly potent stimulant, originally derived from Cordrazine. Can be used to treat a wide range of injuries. Heals brute, burn, toxin and oxygen damage, albeit slowly. Clots minor wounds from bleeding. Can be combined with other medications for faster treatment. Overdose causes massive toxin and brain damage until death. Does not work on Cht'mant, use Blattedin instead." taste_description = "grossness" reagent_state = LIQUID color = "#8040FF" @@ -432,7 +432,7 @@ /datum/reagent/medicine/cryoxadone name = "Cryoxadone" id = "cryoxadone" - description = "A chemical mixture that heals every single type of superficial injury, toxins, and suffocation. Its main limitation is that the target's body temperature must be under 170K for it to metabolize correctly." + description = "A chemical mixture that heals every single type of superficial injury, toxins, and suffocation. Its main limitation is that the target's body temperature must be under 170K for it to metabolize correctly. Used in beakers inside cryogenic cells. Also treats genetic (cellular) damage. Does not work if ingested." taste_description = "sludge" reagent_state = LIQUID color = "#8080FF" @@ -481,7 +481,7 @@ /datum/reagent/medicine/nanitefluid name = "Nanobot Fluid" id = "nanofluid" - description = "A plasma solution of tiny nanobots programmed to repair robotic organs and prosthetics. Due to the nature of the small magnetic fields used to guide the nanites, it must be used in temperatures below 170K." + description = "A plasma solution of tiny nanobots programmed to repair robotic organs and prosthetics. Due to the nature of the small magnetic fields used to guide the nanites, it must be used in temperatures below 170K. Does not work to repair FBP's, as they do not have a bloodstream. Also works on dead bodies." taste_description = "a chaff grenade" reagent_state = LIQUID color = "#c2c2d6" @@ -550,7 +550,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/tramadol name = "Tramadol" id = "tramadol" - description = "A simple, yet effective painkiller." + description = "Medium Painkiller. Generally all around useful for mild to semi-severe damage. Stronger than Paracetamol, weaker than Oxycodone. Overdose causes hallucinations, slurring, and slowdown, and eventually stuns you if you're not tough enough." taste_description = "sourness" reagent_state = LIQUID color = "#CB68FC" @@ -573,7 +573,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/oxycodone name = "Oxycodone" id = "oxycodone" - description = "An effective and very addictive painkiller." + description = "Most powerful painkiller. Useful when you run out of Anesthesics and need to keep a patient out of pain during surgery, or if near fatally hurt. Makes the user feel druggy. Overdosing causes hallucinations, drugginess, slurring, and slowed movement, it also stuns them if they are not tough enough." taste_description = "bitterness" reagent_state = LIQUID color = "#800080" @@ -692,7 +692,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/spaceacillin/holy name = "Holycilin" id = "holycilin" - description = "A chemical of unknown origin, believed to be derived from cahors and spaceacillin that functions identical to the latter." + description = "A theta-lactam antibiotic. Slows progression of diseases. Treats infections as long as 1 units or more are present on the body. Also treats Toxin Damage" taste_description = "sweetness" appear_in_default_catalog = FALSE constant_metabolism = TRUE @@ -705,7 +705,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/synaptizine name = "Synaptizine" id = "synaptizine" - description = "Synaptizine is used to treat various diseases." + description = "Treats hallucinations, paralysis and purges Mindbreaker Toxin off the bloodstream. Functions as a stimulant, counteracting stuns and acting as a mild painkiller. Moderately toxic. Recommended dosage at under 5 units and paired with Dylovene. Metabolizes very slowly. Overdose does nothing." taste_description = "bitterness" reagent_state = LIQUID color = "#99CCFF" @@ -748,7 +748,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/imidazoline name = "Imidazoline" id = "imidazoline" - description = "Helps naturally regenerate and restore eye tissue." + description = "Treats damage to the eyes, removing blindness and/or blurring. Does not cure blindness from genetic mutations." taste_description = "dull toxin" reagent_state = LIQUID color = "#C8A5DC" @@ -778,7 +778,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/peridaxon name = "Peridaxon" id = "peridaxon" - description = "Used to encourage recovery of internal organs and nervous systems. Medicate cautiously." + description = "Treats damage to organs, healing them. Does not treat brain damage nor heal bones. Will not work for Cht'mant, use Fuhrerole instead." taste_description = "bitterness" reagent_state = LIQUID color = "#561EC3" @@ -863,7 +863,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/ryetalyn name = "Ryetalyn" id = "ryetalyn" - description = "Ryetalyn can cure all genetic abnormalities via a catalytic process." + description = "Ryetalyn can cure all genetic abnormalities via a catalytic process. Just injecting one unit is enough to eliminate all mutations and disabilities permanently, including beneficial ones. Works on dead people, allowing them to unhusk them if they died with over 400 burn damage." taste_description = "acid" reagent_state = SOLID color = "#004000" @@ -895,7 +895,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/negative_ling name = "Negative Paragenetic Marker" id = "negativeling" - description = "A marker compound that turns positive when put in contact with morphogenic mutant blood." + description = "A chemical that, when heated to 700K and combined in equal parts with a blood sample, will react to form Positive Paragenetic Marker if the blood comes from a Carrion." taste_description = "acid" reagent_state = SOLID color = "#022000" @@ -903,7 +903,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/positive_ling name = "Positive Paragenetic Marker" id = "positiveling" - description = "This marker compound has come in contact with morphogenic mutant blood." + description = "The result of heating up Negative Paragenetic Marker in the prescence of Carrion blood. If you manage to obtain this, report the person to Marshals immediately (and discretely)." taste_description = "acid" reagent_state = SOLID color = "#910000" @@ -912,7 +912,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/ethylredoxrazine name = "Ethylredoxrazine" id = "ethylredoxrazine" - description = "A powerful oxidizer that reacts with ethanol and overstimulation." + description = "Purges alcohol from the stomach per unit ingested. Also treats confusion, dizziness, sleepiness, and stuttering to sober up drunkards. Does nothing if injected." reagent_state = SOLID color = "#605048" overdose = REAGENTS_OVERDOSE @@ -947,7 +947,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/arithrazine name = "Arithrazine" id = "arithrazine" - description = "Arithrazine is an unstable medication used for the most extreme cases of radiation poisoning." + description = "Removes radiation from patient's body more quickly and efficiently than Hyronalin. Has a chance to cause minor brute damage to patient per tick. Treats toxin damage (1 + 0.05% * effect_multiplier). Does not treat genetic damage. In most cases, should be administered with Dylovene." affects_dead = TRUE reagent_state = LIQUID color = "#008000" @@ -982,7 +982,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/sterilizine name = "Sterilizine" id = "sterilizine" - description = "Sterilizes wounds in preparation for surgery and thoroughly removes blood." + description = "Kills germs and cleans up bloodstains more effectively than space cleaner. Useful in surgery to prevent or reduce infection levels, specially when treating septic infections" taste_description = "bitterness" reagent_state = LIQUID color = "#C8A5DC" @@ -1028,7 +1028,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/methylphenidate name = "Methylphenidate" id = "methylphenidate" - description = "Improves the ability to concentrate." + description = "Aids with concentration and focus. General anti-anxiety medicine for ADHD and other mental ailments. Some studies hint towards a placebo effect instead of a pharmaceutical one." taste_description = "sourness" reagent_state = LIQUID color = "#BF80BF" @@ -1048,7 +1048,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/citalopram name = "Citalopram" id = "citalopram" - description = "Stabilizes the mind a little." + description = "Mild antidepressant. Helps stabilize the mind. Some studies hint towards a placebo effect instead of a pharmaceutical one." taste_description = "bitterness" sanity_gain = 2 reagent_state = LIQUID @@ -1111,7 +1111,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/rezadone name = "Rezadone" id = "rezadone" - description = "A powder with almost magical properties, this substance can effectively treat genetic damage in humanoids, though excessive consumption has side effects." + description = "A powder with almost magical properties, this substance can effectively treat genetic damage in humanoids, though excessive consumption (higher than 3 units) has side effects like facial disfigurement." taste_description = "sickness" reagent_state = SOLID color = "#669900" @@ -1154,7 +1154,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/ossisine name = "Ossisine" id = "ossisine" - description = "Puts the user in a great amount of pain and repairs broken bones. Medicate in critical conditions only." + description = "Puts the user in a great amount of pain and repairs broken bones. Medicate in critical conditions only. It does not set bones in place. Overdosing causes fatal cellular damage." taste_description = "calcium" reagent_state = LIQUID color = "#660679" @@ -1189,7 +1189,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/noexcutite name = "Noexcutite" id = "noexcutite" - description = "A thick, syrupy liquid that has a lethargic effect. Used to cure cases of jitteriness and overstimulation." + description = "Stops convulsions and jittering. If overdosed, will cause paralysis." taste_description = "numbing coldness" reagent_state = LIQUID color = "#bc018a" @@ -1206,7 +1206,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/kyphotorin name = "Kyphotorin" id = "kyphotorin" - description = "A strange chemical that allows a patient to regrow organic limbs. Requires the use of cryogenics and is slow-acting. The process is extremely painful and may damage the body if dosed incorrectly." + description = "A strange chemical that allows a patient to regrow organic limbs. Requires the use of cryogenics (below 170K) and is slow-acting. The process is extremely painful and may damage the body if dosed incorrectly. Use five units at a time inside a beaker, and wait until the brute damage gets healed before ejecting the patient from the pod to check status of limbs by examining them. Overdose is extremely lethal, causing fatal cellular damage. Works on the dead as well, it will regrow even their heads, but for some reason they won't have eyes." taste_description = "metal" reagent_state = LIQUID color = "#7d88e6" @@ -1272,7 +1272,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/polystem name = "Polystem" id = "polystem" - description = "Polystem boosts natural body regeneration." + description = "Heals both brute and burn damage, albeit slowly. Minor blood clotting." taste_description = "bitterness" taste_mult = 3 reagent_state = LIQUID @@ -1322,7 +1322,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/purger name = "Purger" id = "purger" - description = "Temporary purges all addictions and treats chemical poisoning in large doses." + description = "Temporarily suppresses the craving effects of addictions, allowing the patient to recover from addictions easier. Also slightly heals both Kidneys inside the body. Does not remove the effects of withdrawal." taste_description = "bitterness" reagent_state = LIQUID color = "#d4cf3b" @@ -1341,7 +1341,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/addictol name = "Addictol" id = "addictol" - description = "Purges all addictions and greatly aids in treating chemical poisoning." + description = "Purges all addictions and greatly aids in treating chemical poisoning. After administering a dose greater than 10 units (As in when the drug is fully processed by the body), will permanently treat the patient's addictions, until they get addicted again." taste_description = "bitterness" reagent_state = LIQUID color = "#0179e7" @@ -1369,7 +1369,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/aminazine name = "Aminazine" id = "aminazine" - description = "Medication designed to suppress withdrawal effects for some time." + description = "Medication designed to suppress withdrawal effects for some time. Does not eliminate the cravings." taste_description = "bitterness" reagent_state = LIQUID color = "#88336f" diff --git a/code/modules/reagents/reagents/toxins.dm b/code/modules/reagents/reagents/toxins.dm index 7e7de988950..82e08e18a51 100644 --- a/code/modules/reagents/reagents/toxins.dm +++ b/code/modules/reagents/reagents/toxins.dm @@ -300,7 +300,7 @@ /datum/reagent/toxin/zombiepowder name = "Zombie Powder" id = "zombiepowder" - description = "A strong neurotoxin that puts the subject into a death-like state." + description = "A strong neurotoxin that puts the subject into a death-like state. Will fool most medical tests. Very weakly toxic but de-oxygenates the body the longer it's present, potentially causing long-term damage if left too long." taste_description = "death" reagent_state = SOLID color = "#669900" @@ -353,7 +353,7 @@ /datum/reagent/toxin/plantbgone name = "Plant-B-Gone" id = "plantbgone" - description = "A harmful toxic mixture to kill plant life." + description = "Polytrinic acid is an extremely corrosive chemical substance. Can be used to destroy objects and Hivemind wires." taste_mult = 1 reagent_state = LIQUID color = "#49002E" @@ -419,7 +419,7 @@ /datum/reagent/toxin/mutagen name = "Unstable mutagen" id = "mutagen" - description = "Might cause unpredictable mutations." + description = "Causes random, uncontrolled mutations with a chance to mildly irradiate the victim and dealing mild toxin damage." taste_description = "slime" taste_mult = 0.9 reagent_state = LIQUID @@ -490,7 +490,7 @@ /datum/reagent/medicine/soporific name = "Soporific" id = "stoxin" - description = "An effective hypnotic used to treat insomnia. As well as nerve system overstimulation." + description = "An effective hypnotic used to treat insomnia. As well as nerve system overstimulation. Not toxic. Combine with a small amount of Chloral Hydrate for increased effect." taste_description = "bitterness" reagent_state = LIQUID color = "#009CA8" @@ -520,7 +520,7 @@ /datum/reagent/medicine/chloralhydrate name = "Chloral Hydrate" id = "chloralhydrate" - description = "A powerful sedative and affective nerve relaxant." + description = "A powerful sedative that will quickly knock out an individual. Will cause toxic build-up if left in the system for too long." taste_description = "bitterness" reagent_state = SOLID color = "#000067" From b254f1805c3b42a31717117d17dc1fb6881d0a5a Mon Sep 17 00:00:00 2001 From: du-top <73559117+du-top@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:40:07 +0200 Subject: [PATCH 2/5] Update description: OOC perspective bad Co-authored-by: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> --- code/modules/reagents/reagents/medicine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagents/medicine.dm b/code/modules/reagents/reagents/medicine.dm index f776f25a775..6428805ecac 100644 --- a/code/modules/reagents/reagents/medicine.dm +++ b/code/modules/reagents/reagents/medicine.dm @@ -863,7 +863,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/ryetalyn name = "Ryetalyn" id = "ryetalyn" - description = "Ryetalyn can cure all genetic abnormalities via a catalytic process. Just injecting one unit is enough to eliminate all mutations and disabilities permanently, including beneficial ones. Works on dead people, allowing them to unhusk them if they died with over 400 burn damage." + description = "Ryetalyn can cure all genetic abnormalities via a catalytic process. Just injecting one unit is enough to eliminate all mutations and disabilities permanently, including beneficial ones. Works on dead people, allowing them to unhusk them if they have died from excessive burns." taste_description = "acid" reagent_state = SOLID color = "#004000" From 3614a02aa40c1b349161cac48ca90f9ddc874e78 Mon Sep 17 00:00:00 2001 From: du-top <73559117+du-top@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:50:39 +0200 Subject: [PATCH 3/5] Changes descriptions using suggestions from PR --- code/modules/reagents/reagents/medicine.dm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/modules/reagents/reagents/medicine.dm b/code/modules/reagents/reagents/medicine.dm index 6428805ecac..f77a303b390 100644 --- a/code/modules/reagents/reagents/medicine.dm +++ b/code/modules/reagents/reagents/medicine.dm @@ -25,7 +25,7 @@ /datum/reagent/medicine/bicaridine name = "Bicaridine" id = "bicaridine" - description = "Bicaridine is an is analgesic medication and can be used to treat trauma at a moderate rate. Will eventually stop external bleeding. Less affective in Cht'mant." + description = "Bicaridine treats trauma at a moderate rate. Will lessen external bleeding. Less affective in Cht'mant." taste_description = "bitterness" taste_mult = 3 reagent_state = LIQUID @@ -252,7 +252,7 @@ /datum/reagent/medicine/carthatoline name = "Carthatoline" id = "carthatoline" - description = "Carthatoline is a strong evacuant used to treat severe poisoning. As well as a mild nerve system relaxant. Treats toxin damage at an accelerated rate, while healing damage to the Liver." + description = "Carthatoline is a strong evacuant used to treat severe poisoning. As well as a mild nerve system relaxant. Treats toxin damage at an accelerated rate, while healing damage to the liver." reagent_state = LIQUID color = "#225722" scannable = TRUE @@ -327,7 +327,7 @@ /datum/reagent/medicine/dexalinp name = "Dexalin Plus" id = "dexalinp" - description = "Dexalin Plus is used in the treatment of oxygen deprivation as well as muscle repair. Heals oxygen deprivation faster than Dexalin. Removes Lexorin from the bloodstream. Also slowly and slightly heals Muscles inside the body." + description = "Dexalin Plus is used in the treatment of oxygen deprivation as well as muscle repair. Heals oxygen deprivation faster than Dexalin. Removes Lexorin from the bloodstream. Also slowly and slightly heals muscles inside the body." taste_description = "bitterness" reagent_state = LIQUID color = "#0040FF" @@ -550,7 +550,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/tramadol name = "Tramadol" id = "tramadol" - description = "Medium Painkiller. Generally all around useful for mild to semi-severe damage. Stronger than Paracetamol, weaker than Oxycodone. Overdose causes hallucinations, slurring, and slowdown, and eventually stuns you if you're not tough enough." + description = "Medium painkiller. Generally all around useful for mild to semi-severe damage. Stronger than Paracetamol, weaker than Oxycodone. Overdose causes hallucinations, slurring, and slowdown, and eventually stuns you if you're not tough enough." taste_description = "sourness" reagent_state = LIQUID color = "#CB68FC" @@ -573,7 +573,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/oxycodone name = "Oxycodone" id = "oxycodone" - description = "Most powerful painkiller. Useful when you run out of Anesthesics and need to keep a patient out of pain during surgery, or if near fatally hurt. Makes the user feel druggy. Overdosing causes hallucinations, drugginess, slurring, and slowed movement, it also stuns them if they are not tough enough." + description = "Most powerful painkiller. Useful when you run out of anesthetics and need to keep a patient out of pain during surgery, or if near fatally hurt. Makes the user feel druggy. Overdosing causes hallucinations, drugginess, slurring, and slowed movement, it also stuns them if they are not tough enough." taste_description = "bitterness" reagent_state = LIQUID color = "#800080" @@ -692,7 +692,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/spaceacillin/holy name = "Holycilin" id = "holycilin" - description = "A theta-lactam antibiotic. Slows progression of diseases. Treats infections as long as 1 units or more are present on the body. Also treats Toxin Damage" + description = "A theta-lactam antibiotic. Slows progression of diseases. Treats infections as long as 1 unit or more are present on the body. Also treats Toxin damage" taste_description = "sweetness" appear_in_default_catalog = FALSE constant_metabolism = TRUE @@ -947,7 +947,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/arithrazine name = "Arithrazine" id = "arithrazine" - description = "Removes radiation from patient's body more quickly and efficiently than Hyronalin. Has a chance to cause minor brute damage to patient per tick. Treats toxin damage (1 + 0.05% * effect_multiplier). Does not treat genetic damage. In most cases, should be administered with Dylovene." + description = "Removes radiation from patient's body more quickly and efficiently than Hyronalin. Has a chance to cause minor brute damage to patient while processing. Treats toxin damage. Does not treat genetic damage. In most cases, should be administered with Dylovene." affects_dead = TRUE reagent_state = LIQUID color = "#008000" From 96314bc9c197cd8bb2601a17dcc93516f5174a18 Mon Sep 17 00:00:00 2001 From: du-top <73559117+du-top@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:51:39 +0200 Subject: [PATCH 4/5] Update description mit suggestions from PR --- code/modules/reagents/reagents/toxins.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagents/toxins.dm b/code/modules/reagents/reagents/toxins.dm index 82e08e18a51..eac8e25624d 100644 --- a/code/modules/reagents/reagents/toxins.dm +++ b/code/modules/reagents/reagents/toxins.dm @@ -353,7 +353,7 @@ /datum/reagent/toxin/plantbgone name = "Plant-B-Gone" id = "plantbgone" - description = "Polytrinic acid is an extremely corrosive chemical substance. Can be used to destroy objects and Hivemind wires." + description = "Polytrinic acid is an extremely corrosive chemical substance. Can be used to destroy objects." taste_mult = 1 reagent_state = LIQUID color = "#49002E" From 2d50fd6cdc0fe7312f7d6273eab8b90ead1164fd Mon Sep 17 00:00:00 2001 From: du-top <73559117+du-top@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:52:50 +0200 Subject: [PATCH 5/5] Update confusing part of description --- code/modules/reagents/reagents/medicine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagents/medicine.dm b/code/modules/reagents/reagents/medicine.dm index f77a303b390..652d5e46b47 100644 --- a/code/modules/reagents/reagents/medicine.dm +++ b/code/modules/reagents/reagents/medicine.dm @@ -912,7 +912,7 @@ We don't use this but we might find use for it. Porting it since it was updated /datum/reagent/medicine/ethylredoxrazine name = "Ethylredoxrazine" id = "ethylredoxrazine" - description = "Purges alcohol from the stomach per unit ingested. Also treats confusion, dizziness, sleepiness, and stuttering to sober up drunkards. Does nothing if injected." + description = "Purges alcohol from the stomach per unit ingested. Also treats confusion, dizziness, sleepiness, and stuttering to sober up drunkards." reagent_state = SOLID color = "#605048" overdose = REAGENTS_OVERDOSE