diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index 5d2d361067e..18847fedaec 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -332,7 +332,7 @@ datum id = "anti_toxin" description = "Dylovene is a broad-spectrum antitoxin." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#006400" // rgb: 0, 100, 0 on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom @@ -560,7 +560,7 @@ datum id = "inaprovaline" description = "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#0000FF" // rgb: 0, 0, 255 on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom @@ -1104,14 +1104,14 @@ datum id = "tramadol" description = "A simple, yet effective painkiller." reagent_state = LIQUID - color = "#C8A5DC" + color = "#FAEBD7" //rgb 250, 235, 215 oxycodone name = "Oxycodone" id = "oxycodone" description = "An effective and very addictive painkiller." reagent_state = LIQUID - color = "#C805DC" + color = "#8A2BE2" // rgb 138, 43, 226 virus_food name = "Virus Food" @@ -1132,7 +1132,7 @@ datum id = "sterilizine" description = "Sterilizes wounds in preparation for surgery." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#F0FFF0" // rgb: 240, 255, 240 /* reaction_mob(var/mob/living/M, var/method=TOUCH, var/volume) src = null if (method==TOUCH) @@ -1389,7 +1389,7 @@ datum id = "leporazine" description = "Leporazine can be use to stabilize an individuals body temperature." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#E9D66B" // rgb: 233, 214, 107 on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom @@ -1405,7 +1405,7 @@ datum id = "cryptobiolin" description = "Cryptobiolin causes confusion and dizzyness." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#FFD1DC" // rgb: 255, 209, 220 on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom @@ -1421,7 +1421,7 @@ datum id = "lexorin" description = "Lexorin temporarily stops respiration. Causes tissue damage." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#32127A" // rgb: 50, 18, 122 on_mob_life(var/mob/living/M as mob) if(M.stat == 2.0) @@ -1439,7 +1439,7 @@ datum id = "kelotane" description = "Kelotane is a drug used to treat burns." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#ECD540" // rgb: 236, 213, 64 on_mob_life(var/mob/living/M as mob) if(M.stat == 2.0) @@ -1454,7 +1454,7 @@ datum id = "dermaline" description = "Dermaline is the next step in burn medication. Works twice as good as kelotane and enables the body to restore even the direst heat-damaged tissue." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#F4A460" // rgb: 244, 164, 96 on_mob_life(var/mob/living/M as mob) if(M.stat == 2.0) //THE GUY IS **DEAD**! BEREFT OF ALL LIFE HE RESTS IN PEACE etc etc. He does NOT metabolise shit anymore, god DAMN @@ -1469,7 +1469,7 @@ datum id = "dexalin" description = "Dexalin is used in the treatment of oxygen deprivation." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#00CED1" // rgb: 0, 206, 209 on_mob_life(var/mob/living/M as mob) if(M.stat == 2.0) @@ -1486,7 +1486,7 @@ datum id = "dexalinp" description = "Dexalin Plus is used in the treatment of oxygen deprivation. Its highly effective." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#00FFFF" // rgb: 0, 255, 255 on_mob_life(var/mob/living/M as mob) if(M.stat == 2.0) @@ -1503,7 +1503,7 @@ datum id = "tricordrazine" description = "Tricordrazine is a highly potent stimulant, originally derived from cordrazine. Can be used to treat a wide range of injuries." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#DB7093" // rgb: 219, 112, 147 on_mob_life(var/mob/living/M as mob) if(M.stat == 2.0) @@ -1585,7 +1585,7 @@ datum id = "synaptizine" description = "Synaptizine is used to treat various diseases." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#FF4040" // rgb: 255, 64, 64 custom_metabolism = 0.01 on_mob_life(var/mob/living/M as mob) @@ -1607,7 +1607,7 @@ datum id = "impedrezene" description = "Impedrezene is a narcotic that impedes one's ability by slowing down the higher brain cell functions." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#2C1608" // rgb: 44, 22, 8 on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom @@ -1623,7 +1623,7 @@ datum id = "hyronalin" description = "Hyronalin is a medicinal drug used to counter the effect of radiation poisoning." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#74C365" // rgb: 116, 195, 101 custom_metabolism = 0.05 on_mob_life(var/mob/living/M as mob) @@ -1637,7 +1637,7 @@ datum id = "arithrazine" description = "Arithrazine is an unstable medication used for the most extreme cases of radiation poisoning." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#BFFF00" // rgb: 191, 255, 0 custom_metabolism = 0.05 on_mob_life(var/mob/living/M as mob) @@ -1656,7 +1656,7 @@ datum id = "alkysine" description = "Alkysine is a drug used to lessen the damage to neurological tissue after a catastrophic injury. Can heal brain tissue." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#F77FBE" // rgb: 247, 127, 190 custom_metabolism = 0.05 on_mob_life(var/mob/living/M as mob) @@ -1670,7 +1670,7 @@ datum id = "imidazoline" description = "Heals eye damage" reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#FFA500" // rgb: 255, 165, 0 on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom @@ -1687,7 +1687,7 @@ datum id = "bicaridine" description = "Bicaridine is an analgesic medication and can be used to treat blunt trauma." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#FF003F" // rgb: 255, 0, 63 on_mob_life(var/mob/living/M as mob) if(M.stat == 2.0) @@ -1702,7 +1702,7 @@ datum id = "hyperzine" description = "Hyperzine is a highly effective, long lasting, muscle stimulant." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#CCFF00" // rgb: 204, 255, 0 custom_metabolism = 0.03 on_mob_life(var/mob/living/M as mob) @@ -1716,7 +1716,7 @@ datum id = "cryoxadone" description = "A chemical mixture with almost magical healing powers. Its main limitation is that the targets body temperature must be under 170K for it to metabolise correctly." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#BF00FF" // rgb: 191, 0, 255 on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom @@ -1733,7 +1733,7 @@ datum id = "clonexadone" description = "A liquid compound similar to that used in the cloning process. Can be used to 'finish' clones that get ejected early when used in conjunction with a cryo tube." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#FF77FF" // rgb: 255, 119, 255 on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom @@ -1750,7 +1750,7 @@ datum id = "rezadone" description = "A powder derived from fish toxin, this substance can effectively treat genetic damage in humanoids, though excessive consumption has side effects." reagent_state = SOLID - color = "#669900" // rgb: 102, 153, 0 + color = "#E25822" // rgb: 226, 88, 34 on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom @@ -1777,7 +1777,7 @@ datum id = "spaceacillin" description = "An all-purpose antiviral agent." reagent_state = LIQUID - color = "#C8A5DC" // rgb: 200, 165, 220 + color = "#228B22" // rgb: 34, 139, 34 custom_metabolism = 0.01 on_mob_life(var/mob/living/M as mob)