From 83a2afd4324a799b5dfdefbb68ca3384005cd5c2 Mon Sep 17 00:00:00 2001 From: Fluff Date: Thu, 8 Jun 2023 19:05:28 -0400 Subject: [PATCH] Typos Well adding colours --- .../code/modules/reagents/reagents/medicine.dm | 14 +++++++------- vorestation.dme | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/modular_chomp/code/modules/reagents/reagents/medicine.dm b/modular_chomp/code/modules/reagents/reagents/medicine.dm index 6e3e7a832c..394949fb04 100644 --- a/modular_chomp/code/modules/reagents/reagents/medicine.dm +++ b/modular_chomp/code/modules/reagents/reagents/medicine.dm @@ -180,7 +180,7 @@ description = "An advancment of kelotane that scars and breaks apart the users flesh to remove the burnt tissue." taste_description = "bitterness" reagent_state = LIQUID - color = "#FFA800" + color = "#FF6600" overdose = REAGENTS_OVERDOSE scannable = 1 @@ -240,7 +240,7 @@ description = "A chemical created to bring a body to peak condition except it's highly toxic" taste_description = "bitterness" reagent_state = LIQUID - color = "#8040FF" + color = "#006666" scannable = 1 overdose = REAGENTS_OVERDOSE * 0.5 @@ -260,7 +260,7 @@ description = "An expirmental drug that soley works upon dead bodies" taste_description = "ash" reagent_state = LIQUID - color = "#FFFFFF" + color = "#666699" scannable = 1 overdose = REAGENTS_OVERDOSE * 2 affects_dead = TRUE @@ -278,7 +278,7 @@ description = "An expirmental drug that is meant to further enhance tricord" taste_description = "bitterness" reagent_state = LIQUID - color = "#FFFFFF" + color = "#FF3399" scannable = 1 overdose = REAGENTS_OVERDOSE * 2 /datum/reagent/quadcord/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) @@ -298,7 +298,7 @@ description = "An expirmental that toughens the body to blows and knockdown" taste_description = "bitterness" reagent_state = LIQUID - color = "#FFFFFF" + color = "#660066" scannable = 1 overdose = REAGENTS_OVERDOSE * 0.25 @@ -313,7 +313,7 @@ description = "An expirmental that removes many aligments, such as poison and stiffing of muscles via frost" taste_description = "bitterness" reagent_state = LIQUID - color = "#FFFFFF" + color = "#660066" scannable = 1 overdose = REAGENTS_OVERDOSE * 0.5 @@ -335,7 +335,7 @@ description = "An expirmental that mimics rapid regeneration seen in squishy creatures." taste_description = "sweet" reagent_state = LIQUID - color = "#FFFFFF" + color = "#00CCFF" scannable = 1 overdose = REAGENTS_OVERDOSE * 0.25 modifier_to_add = /datum/modifier/aura/slime_heal diff --git a/vorestation.dme b/vorestation.dme index 8996fbf484..2223a371c8 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1035,6 +1035,7 @@ #include "code\game\machinery\telecomms\telemonitor.dm" #include "code\game\machinery\telecomms\traffic_control.dm" #include "code\game\machinery\virtual_reality\ar_console.dm" +#include "code\game\machinery\virtual_reality\vr_console.dm" #include "code\game\magic\Uristrunes.dm" #include "code\game\mecha\mech_bay.dm" #include "code\game\mecha\mech_fabricator.dm" @@ -2941,6 +2942,7 @@ #include "code\modules\mob\living\inventory.dm" #include "code\modules\mob\living\life.dm" #include "code\modules\mob\living\living.dm" +#include "code\modules\mob\living\living_ch.dm" #include "code\modules\mob\living\living_defense.dm" #include "code\modules\mob\living\living_defines.dm" #include "code\modules\mob\living\living_defines_vr.dm" @@ -4557,7 +4559,6 @@ #include "modular_chomp\code\game\machinery\autolathe_armory.dm" #include "modular_chomp\code\game\machinery\colormate.dm" #include "modular_chomp\code\game\machinery\petrification.dm" -#include "modular_chomp\code\game\machinery\virtual_reality\vr_console.dm" #include "modular_chomp\code\game\objects\items.dm" #include "modular_chomp\code\game\objects\items\petrifier.dm" #include "modular_chomp\code\game\objects\items\clockwork\ratvarian_spear.dm"