Merge pull request #797 from SethanJoseph/main

Screwed up the color for Wine
This commit is contained in:
slweeb 2024-09-15 19:48:33 -04:00 committed by GitHub
commit 75001733e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
elements.wine = {
color: "#006e05",
color: "#89281D",
behavior: behaviors.LIQUID,
category: "food",
viscosity: 20000,
state: "liquid",
density: 380,
};
};