diff --git a/code/modules/hydroponics/grown/melon.dm b/code/modules/hydroponics/grown/melon.dm index 865b4520..e769b009 100644 --- a/code/modules/hydroponics/grown/melon.dm +++ b/code/modules/hydroponics/grown/melon.dm @@ -80,7 +80,7 @@ name = "milkmelon" desc = "A softer, rounder-looking watermelon that audibly sloshes with milk." icon_state = "milkmelon" - filling_color = "#FFFFEE" + filling_color = "#FFAABB" dried_type = null wine_power = 30 wine_flavor = "creamy" \ No newline at end of file