From 811d3c7c567fe6cb35a085d237e825df8050b23e Mon Sep 17 00:00:00 2001 From: Tsuchigumo550 Date: Thu, 10 Sep 2020 17:43:56 -0400 Subject: [PATCH] Update melon.dm --- code/modules/hydroponics/grown/melon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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