diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-08-10 17:42:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-10 15:42:43 +0000 |
| commit | 921f1f9ec745f51e7a16a52bd2872e57e24c43ff (patch) | |
| tree | e7f8515a5a29b423f3fd8c83ceee6eaa2f481929 /constants | |
| parent | f4227ae0144e56d3a82d5e1ca565aba069eb64a0 (diff) | |
| download | NotEnoughUpdates-REPO-921f1f9ec745f51e7a16a52bd2872e57e24c43ff.tar.gz NotEnoughUpdates-REPO-921f1f9ec745f51e7a16a52bd2872e57e24c43ff.tar.bz2 NotEnoughUpdates-REPO-921f1f9ec745f51e7a16a52bd2872e57e24c43ff.zip | |
feat: More Dyes and Ghost Monster fix (#1314)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/dyes.json | 5 |
1 files changed, 2 insertions, 3 deletions
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" |
