From 921f1f9ec745f51e7a16a52bd2872e57e24c43ff Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 10 Aug 2024 17:42:43 +0200 Subject: feat: More Dyes and Ghost Monster fix (#1314) --- constants/dyes.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'constants') diff --git a/constants/dyes.json b/constants/dyes.json index a06544ca..47a8ab3e 100644 --- a/constants/dyes.json +++ b/constants/dyes.json @@ -520,14 +520,13 @@ "DYE_ARCHFIEND": "#B80036", "DYE_COPPER": "#B87333", "DYE_DUNG": "#4F2A2A", - "Fossil Dye": "#866F12", + "DYE_FOSSIL": "#866F12", "Frostbitten Dye": "#09D8EB", "Jade Dye": "#00A86B", "DYE_MATCHA": "#74A12E", "DYE_MOCHA": "#967969", - "Nadeshiko Dye": "#F6ADC6", "DYE_PEARLESCENT": "#115555", - "Pelt Dye": "#50414C", + "DYE_PELT": "#50414C", "Periwinkle Dye": "#CCCCFF", "Sangria Dye": "#D40808", "Secret Dye": "#7D7D7D" -- cgit