From 79fdef72bb8cdac89607ada464940582168ee2c9 Mon Sep 17 00:00:00 2001 From: Warfan1815 Date: Sun, 22 Oct 2023 21:03:17 +0100 Subject: [PATCH] missing hash in colour --- code/modules/reagents/chemistry_reagents/medical.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry_reagents/medical.dm b/code/modules/reagents/chemistry_reagents/medical.dm index 4b1dc49b85..c6d97da5a8 100644 --- a/code/modules/reagents/chemistry_reagents/medical.dm +++ b/code/modules/reagents/chemistry_reagents/medical.dm @@ -288,7 +288,7 @@ id = "adrenaline (concerntrated)" description = "A natural muscle and heart stimulant that is in a high concerntration. Useful for restarting the heart and preventing unconciousness but in this concerntrated form it will cause minor suffocation. Overdosing may stress the heart and cause tissue damage." reagent_state = LIQUID - color = "FFE703" // Yellow-ish + color = "FFE702" // Yellow-ish overdose = LOWM_REAGENTS_OVERDOSE overdose_critical = LOWM_REAGENTS_OVERDOSE_CRITICAL custom_metabolism = AMOUNT_PER_TIME(1, 10 SECONDS)