From a0fef16d3eb29a59c4c6f2f758e1a8cc3e301b5b Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Sat, 18 Sep 2021 18:11:44 +0100 Subject: [PATCH] Reagent name capitalisation --- .../gamemodes/shadowling/shadowling_abilities.dm | 2 +- .../modules/reagents/chemistry/reagents/disease.dm | 14 +++++++------- code/modules/reagents/chemistry/reagents/food.dm | 4 ++-- code/modules/reagents/chemistry/reagents/misc.dm | 2 +- .../reagents/chemistry/reagents/pyrotechnic.dm | 6 +++--- code/modules/reagents/chemistry/reagents/toxins.dm | 6 +++--- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/code/game/gamemodes/shadowling/shadowling_abilities.dm b/code/game/gamemodes/shadowling/shadowling_abilities.dm index 3b491765919..c764028ac41 100644 --- a/code/game/gamemodes/shadowling/shadowling_abilities.dm +++ b/code/game/gamemodes/shadowling/shadowling_abilities.dm @@ -418,7 +418,7 @@ qdel(B) /datum/reagent/shadowling_blindness_smoke //Blinds non-shadowlings, heals shadowlings/thralls - name = "odd black liquid" + name = "Odd black liquid" id = "blindness_smoke" description = "<::ERROR::> CANNOT ANALYZE REAGENT <::ERROR::>" color = "#000000" //Complete black (RGB: 0, 0, 0) diff --git a/code/modules/reagents/chemistry/reagents/disease.dm b/code/modules/reagents/chemistry/reagents/disease.dm index 1cd1111b49e..8e386386a2b 100644 --- a/code/modules/reagents/chemistry/reagents/disease.dm +++ b/code/modules/reagents/chemistry/reagents/disease.dm @@ -1,5 +1,5 @@ /datum/reagent/spider_eggs - name = "spider eggs" + name = "Spider eggs" id = "spidereggs" description = "A fine dust containing spider eggs. Oh gosh." reagent_state = SOLID @@ -124,7 +124,7 @@ return ..() /datum/reagent/bacon_grease - name = "pure bacon grease" + name = "Pure bacon grease" id = "bacon_grease" description = "Hook me up to an IV of that sweet, sweet stuff!" reagent_state = LIQUID @@ -185,30 +185,30 @@ taste_description = "watery milk" /datum/reagent/mutagen/mutagenvirusfood - name = "mutagenic agar" + name = "Mutagenic agar" id = "mutagenvirusfood" description = "mutates blood" color = "#A3C00F" // rgb: 163,192,15 /datum/reagent/mutagen/mutagenvirusfood/sugar - name = "sucrose agar" + name = "Sucrose agar" id = "sugarvirusfood" color = "#41B0C0" // rgb: 65,176,192 taste_mult = 1.5 /datum/reagent/medicine/diphenhydramine/diphenhydraminevirusfood - name = "virus rations" + name = "Virus rations" id = "diphenhydraminevirusfood" description = "mutates blood" color = "#D18AA5" // rgb: 209,138,165 /datum/reagent/plasma_dust/plasmavirusfood - name = "virus plasma" + name = "Virus plasma" id = "plasmavirusfood" description = "mutates blood" color = "#A69DA9" // rgb: 166,157,169 /datum/reagent/plasma_dust/plasmavirusfood/weak - name = "weakened virus plasma" + name = "Weakened virus plasma" id = "weakplasmavirusfood" color = "#CEC3C6" // rgb: 206,195,198 diff --git a/code/modules/reagents/chemistry/reagents/food.dm b/code/modules/reagents/chemistry/reagents/food.dm index 38430bc3dce..c3b8e40bfd6 100644 --- a/code/modules/reagents/chemistry/reagents/food.dm +++ b/code/modules/reagents/chemistry/reagents/food.dm @@ -447,7 +447,7 @@ return ..() /datum/reagent/consumable/flour - name = "flour" + name = "Flour" id = "flour" description = "This is what you rub all over yourself to pretend to be a ghost." reagent_state = SOLID @@ -852,7 +852,7 @@ return ..() | update_flags /datum/reagent/cholesterol - name = "cholesterol" + name = "Cholesterol" id = "cholesterol" description = "Pure cholesterol. Probably not very good for you." reagent_state = LIQUID diff --git a/code/modules/reagents/chemistry/reagents/misc.dm b/code/modules/reagents/chemistry/reagents/misc.dm index e163bf5bf18..aa0fcf41a21 100644 --- a/code/modules/reagents/chemistry/reagents/misc.dm +++ b/code/modules/reagents/chemistry/reagents/misc.dm @@ -500,7 +500,7 @@ M.RemoveElement(/datum/element/waddling) /datum/reagent/royal_bee_jelly - name = "royal bee jelly" + name = "Royal bee jelly" id = "royal_bee_jelly" description = "Royal Bee Jelly, if injected into a Queen Space Bee said bee will split into two bees." color = "#00ff80" diff --git a/code/modules/reagents/chemistry/reagents/pyrotechnic.dm b/code/modules/reagents/chemistry/reagents/pyrotechnic.dm index a6ce4bca815..0902782f704 100644 --- a/code/modules/reagents/chemistry/reagents/pyrotechnic.dm +++ b/code/modules/reagents/chemistry/reagents/pyrotechnic.dm @@ -1,5 +1,5 @@ /datum/reagent/phlogiston - name = "phlogiston" + name = "Phlogiston" id = "phlogiston" description = "It appears to be liquid fire." reagent_state = LIQUID @@ -36,7 +36,7 @@ return ..() /datum/reagent/phlogiston/firedust - name = "phlogiston dust" + name = "Phlogiston dust" id = "phlogiston_dust" description = "And this is solid fire. However that works." temp_fire = 1500 @@ -45,7 +45,7 @@ mob_burning = 3 // 15 /datum/reagent/napalm - name = "napalm" + name = "Napalm" id = "napalm" description = "A highly flammable jellied fuel." reagent_state = LIQUID diff --git a/code/modules/reagents/chemistry/reagents/toxins.dm b/code/modules/reagents/chemistry/reagents/toxins.dm index 4256b27e762..b32ca3503f9 100644 --- a/code/modules/reagents/chemistry/reagents/toxins.dm +++ b/code/modules/reagents/chemistry/reagents/toxins.dm @@ -199,7 +199,7 @@ /datum/reagent/stable_mutagen name = "Stable mutagen" id = "stable_mutagen" - description = "Just the regular, boring sort of mutagenic compound. Works in a completely predictable manner." + description = "Just the regular, boring sort of mutagenic compound. Works in a completely predictable manner." reagent_state = LIQUID color = "#7DFF00" taste_description = "slime" @@ -233,7 +233,7 @@ data = B.data.Copy() /datum/reagent/uranium - name ="Uranium" + name = "Uranium" id = "uranium" description = "A silvery-white metallic chemical element in the actinide series, weakly radioactive." reagent_state = SOLID @@ -367,7 +367,7 @@ to_chat(H, "The blueish acidic substance stings[volume < 5 ? " you, but isn't concentrated enough to harm you" : null]!") /datum/reagent/acetic_acid - name = "acetic acid" + name = "Acetic acid" id = "acetic_acid" description = "A weak acid that is the main component of vinegar and bad hangovers." color = "#0080ff"