diff --git a/code/game/objects/effects/decals/cleanable/misc.dm b/code/game/objects/effects/decals/cleanable/misc.dm index 55a162ad38..cc69b88cc4 100644 --- a/code/game/objects/effects/decals/cleanable/misc.dm +++ b/code/game/objects/effects/decals/cleanable/misc.dm @@ -219,7 +219,7 @@ name = "stabilized plasma" desc = "A puddle of stabilized plasma." icon_state = "flour" - color = "#C8A5DC" + color = "#9e0089" /obj/effect/decal/cleanable/insectguts name = "insect guts" diff --git a/code/modules/reagents/chemistry/reagents/blob_reagents.dm b/code/modules/reagents/chemistry/reagents/blob_reagents.dm index af85b6b35f..ada4cd8d8e 100644 --- a/code/modules/reagents/chemistry/reagents/blob_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/blob_reagents.dm @@ -187,7 +187,7 @@ description = "will do toxin damage and cause targets to believe they are fully healed." analyzerdescdamage = "Does toxin damage and injects a toxin that causes the target to believe they are fully healed." taste_description = "heaven" - color = "#C8A5DC" + color = "#5e7842" complementary_color = "#CD7794" message_living = ", and you feel alive" diff --git a/code/modules/reagents/chemistry/reagents/drink_reagents.dm b/code/modules/reagents/chemistry/reagents/drink_reagents.dm index 4e40233713..8aa555944a 100644 --- a/code/modules/reagents/chemistry/reagents/drink_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/drink_reagents.dm @@ -741,7 +741,7 @@ name = "Triple Citrus" id = "triple_citrus" description = "A solution." - color = "#C8A5DC" + color = "#fff12b" quality = DRINK_NICE taste_description = "extreme bitterness" glass_icon_state = "triplecitrus" //needs own sprite mine are trash diff --git a/code/modules/reagents/chemistry/reagents/food_reagents.dm b/code/modules/reagents/chemistry/reagents/food_reagents.dm index 7efa13898d..7d0cea0c8f 100644 --- a/code/modules/reagents/chemistry/reagents/food_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/food_reagents.dm @@ -564,14 +564,14 @@ name = "Corn Starch" id = "corn_starch" description = "A slippery solution." - color = "#C8A5DC" + color = "#f7f6e4" taste_description = "slime" /datum/reagent/consumable/corn_syrup name = "Corn Syrup" id = "corn_syrup" description = "Decays into sugar." - color = "#C8A5DC" + color = "#fff882" metabolization_rate = 3 * REAGENTS_METABOLISM taste_description = "sweet slime" diff --git a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm index ed441504a5..fe70db250d 100644 --- a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm @@ -18,7 +18,7 @@ name = "Leporazine" id = "leporazine" description = "Leporazine will effectively regulate a patient's body temperature, ensuring it never leaves safe levels." - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#82b8aa" /datum/reagent/medicine/leporazine/on_mob_life(mob/living/carbon/M) if(M.bodytemperature > BODYTEMP_NORMAL) @@ -31,7 +31,7 @@ name = "Adminordrazine" id = "adminordrazine" description = "It's magic. We don't have to explain it." - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#ffffff" can_synth = FALSE taste_description = "badmins" @@ -213,7 +213,7 @@ name = "Spaceacillin" id = "spaceacillin" description = "Spaceacillin will prevent a patient from conventionally spreading any diseases they are currently infected with." - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#f2f2f2" metabolization_rate = 0.1 * REAGENTS_METABOLISM //Goon Chems. Ported mainly from Goonstation. Easily mixable (or not so easily) and provide a variety of effects. @@ -222,7 +222,7 @@ id = "silver_sulfadiazine" description = "If used in touch-based applications, immediately restores burn wounds as well as restoring more over time. If ingested through other means, deals minor toxin damage." reagent_state = LIQUID - color = "#C8A5DC" + color = "#ffeac9" /datum/reagent/medicine/silver_sulfadiazine/reaction_mob(mob/living/M, method=TOUCH, reac_volume, show_message = 1) if(iscarbon(M) && M.stat != DEAD) @@ -932,7 +932,7 @@ id = "bicaridine" description = "Restores bruising. Overdose causes it instead." reagent_state = LIQUID - color = "#C8A5DC" + color = "#fc2626" overdose_threshold = 30 /datum/reagent/medicine/bicaridine/on_mob_life(mob/living/carbon/M) @@ -950,7 +950,7 @@ id = "dexalin" description = "Restores oxygen loss. Overdose causes it instead." reagent_state = LIQUID - color = "#C8A5DC" + color = "#13d2f0" overdose_threshold = 30 /datum/reagent/medicine/dexalin/on_mob_life(mob/living/carbon/M) @@ -968,7 +968,7 @@ id = "kelotane" description = "Restores fire damage. Overdose causes it instead." reagent_state = LIQUID - color = "#C8A5DC" + color = "#ffc400" overdose_threshold = 30 /datum/reagent/medicine/kelotane/on_mob_life(mob/living/carbon/M) @@ -986,7 +986,7 @@ id = "antitoxin" description = "Heals toxin damage and removes toxins in the bloodstream. Overdose causes toxin damage." reagent_state = LIQUID - color = "#C8A5DC" + color = "#6aff00" overdose_threshold = 30 taste_description = "a roll of gauze" @@ -1007,7 +1007,7 @@ id = "inaprovaline" description = "Stabilizes the breathing of patients. Good for those in critical condition." reagent_state = LIQUID - color = "#C8A5DC" + color = "#5dc1f0" /datum/reagent/medicine/inaprovaline/on_mob_life(mob/living/carbon/M) if(M.losebreath >= 5) @@ -1019,7 +1019,7 @@ id = "tricordrazine" description = "Has a high chance to heal all types of damage. Overdose instead causes it." reagent_state = LIQUID - color = "#C8A5DC" + color = "#e650c0" overdose_threshold = 30 taste_description = "grossness" @@ -1151,7 +1151,7 @@ name = "Lavaland Extract" id = "lavaland_extract" description = "An extract of lavaland atmospheric and mineral elements. Heals the user in small doses, but is extremely toxic otherwise." - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#a1a1a1" overdose_threshold = 3 //To prevent people stacking massive amounts of a very strong healing reagent can_synth = FALSE @@ -1172,7 +1172,7 @@ name = "Changeling Adrenaline" id = "changelingadrenaline" description = "Reduces the duration of unconciousness, knockdown and stuns. Restores stamina, but deals toxin damage when overdosed." - color = "#C8A5DC" + color = "#918e53" overdose_threshold = 30 /datum/reagent/medicine/changelingadrenaline/on_mob_life(mob/living/carbon/M as mob) @@ -1193,7 +1193,7 @@ name = "Changeling Haste" id = "changelinghaste" description = "Drastically increases movement speed, but deals toxin damage." - color = "#C8A5DC" + color = "#669153" metabolization_rate = 1 /datum/reagent/medicine/changelinghaste/on_mob_metabolize(mob/living/L) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 9c63846620..42b012d52f 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -907,7 +907,7 @@ name = "Sterilizine" id = "sterilizine" description = "Sterilizes wounds in preparation for surgery." - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#e6f1f5" // rgb: 200, 165, 220 taste_description = "bitterness" /datum/reagent/space_cleaner/sterilizine/reaction_mob(mob/living/carbon/C, method=TOUCH, reac_volume) @@ -925,7 +925,7 @@ reagent_state = SOLID taste_description = "iron" - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#c2391d" /datum/reagent/iron/on_mob_life(mob/living/carbon/C) if(C.blood_volume < BLOOD_VOLUME_NORMAL) @@ -1120,7 +1120,7 @@ name = "Cryptobiolin" id = "cryptobiolin" description = "Cryptobiolin causes confusion and dizziness." - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#7529b3" // rgb: 200, 165, 220 metabolization_rate = 1.5 * REAGENTS_METABOLISM taste_description = "sourness" @@ -1135,7 +1135,7 @@ name = "Impedrezene" id = "impedrezene" description = "Impedrezene is a narcotic that impedes one's ability by slowing down the higher brain cell functions." - color = "#C8A5DC" // rgb: 200, 165, 220A + color = "#587a31" // rgb: 200, 165, 220A taste_description = "numbness" /datum/reagent/impedrezene/on_mob_life(mob/living/carbon/M) @@ -1454,7 +1454,7 @@ id = "oil" description = "Burns in a small smoky fire, mostly used to get Ash." reagent_state = LIQUID - color = "#C8A5DC" + color = "#292929" taste_description = "oil" /datum/reagent/stable_plasma @@ -1462,7 +1462,7 @@ id = "stable_plasma" description = "Non-flammable plasma locked into a liquid form that cannot ignite or become gaseous/solid." reagent_state = LIQUID - color = "#C8A5DC" + color = "#6b008f" taste_description = "bitterness" taste_mult = 1.5 @@ -1475,7 +1475,7 @@ id = "iodine" description = "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing." reagent_state = LIQUID - color = "#C8A5DC" + color = "#694600" taste_description = "metal" /datum/reagent/carpet @@ -1483,7 +1483,7 @@ id = "carpet" description = "For those that need a more creative way to roll out a red carpet." reagent_state = LIQUID - color = "#C8A5DC" + color = "#b51d05" taste_description = "carpet" // Your tounge feels furry. /datum/reagent/carpet/reaction_turf(turf/T, reac_volume) @@ -1497,7 +1497,7 @@ id = "bromine" description = "A brownish liquid that's highly reactive. Useful for stopping free radicals, but not intended for human consumption." reagent_state = LIQUID - color = "#C8A5DC" + color = "#b37740" taste_description = "chemicals" /datum/reagent/phenol @@ -1505,7 +1505,7 @@ id = "phenol" description = "An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own." reagent_state = LIQUID - color = "#C8A5DC" + color = "#e6e8ff" taste_description = "acid" /datum/reagent/ash @@ -1513,7 +1513,7 @@ id = "ash" description = "Supposedly phoenixes rise from these, but you've never seen it." reagent_state = LIQUID - color = "#C8A5DC" + color = "#665c56" taste_description = "ash" /datum/reagent/acetone @@ -1521,7 +1521,7 @@ id = "acetone" description = "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life." reagent_state = LIQUID - color = "#C8A5DC" + color = "#e6e6e6" taste_description = "acid" /datum/reagent/colorful_reagent @@ -1529,7 +1529,7 @@ id = "colorful_reagent" description = "Thoroughly sample the rainbow." reagent_state = LIQUID - color = "#C8A5DC" + color = "#FFFF00" var/list/random_color_list = list("#00aedb","#a200ff","#f47835","#d41243","#d11141","#00b159","#00aedb","#f37735","#ffc425","#008744","#0057e7","#d62d20","#ffa700") taste_description = "rainbows" var/no_mob_color = FALSE @@ -1559,7 +1559,7 @@ id = "hair_dye" description = "Has a high chance of making you look like a mad scientist." reagent_state = LIQUID - color = "#C8A5DC" + color = "#ff00dd" var/list/potential_colors = list("0ad","a0f","f73","d14","d14","0b5","0ad","f73","fc2","084","05e","d22","fa0") // fucking hair code taste_description = "sourness" @@ -1576,7 +1576,7 @@ id = "barbers_aid" description = "A solution to hair loss across the world." reagent_state = LIQUID - color = "#C8A5DC" + color = "#fac34b" taste_description = "sourness" /datum/reagent/barbers_aid/reaction_mob(mob/living/M, method=TOUCH, reac_volume) @@ -1594,7 +1594,7 @@ id = "concentrated_barbers_aid" description = "A concentrated solution to hair loss across the world." reagent_state = LIQUID - color = "#C8A5DC" + color = "#ffaf00" taste_description = "sourness" /datum/reagent/concentrated_barbers_aid/reaction_mob(mob/living/M, method=TOUCH, reac_volume)