From 66de3b5a4f204557b5ca9005a2256bcee2a83c43 Mon Sep 17 00:00:00 2001 From: The0bserver Date: Tue, 11 Aug 2020 03:03:36 -0400 Subject: [PATCH] Garlic, you will have a harvest state --- code/modules/hydroponics/grown/garlic.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/hydroponics/grown/garlic.dm b/code/modules/hydroponics/grown/garlic.dm index 936e32c17f..8388038e06 100644 --- a/code/modules/hydroponics/grown/garlic.dm +++ b/code/modules/hydroponics/grown/garlic.dm @@ -10,6 +10,7 @@ growthstages = 3 growing_icon = 'icons/obj/hydroponics/growing_vegetables.dmi' icon_grow = "onion-grow" //TODO: GET SOME GARLIC SPRITES, PLEASE! + icon_harvest = "onion-harvest" icon_dead = "onion-dead" reagents_add = list(/datum/reagent/consumable/garlic = 0.15, /datum/reagent/consumable/nutriment = 0.1)