From f97bc5876b43d4d631c08251db66cdf848a84358 Mon Sep 17 00:00:00 2001 From: Deckard Cain <34521754+DeckardCainRPC@users.noreply.github.com> Date: Thu, 14 May 2020 16:53:41 -0400 Subject: [PATCH] fixed apples not distilling in fermenting barrels apples previously distilled into hcider, which was an icon state and not actually a reagent proper. this resulted in apples simply not fermenting into anything when processed in a fermenting barrel. (if the apples contained reagents such as plant_matter or sugar or whatever else botanists put in their genes, then these would of course be transferred to the barrel normally.) --- code/modules/hydroponics/grown/apple.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/apple.dm b/code/modules/hydroponics/grown/apple.dm index 1344a8c39b0..7510c3cdfb6 100644 --- a/code/modules/hydroponics/grown/apple.dm +++ b/code/modules/hydroponics/grown/apple.dm @@ -24,7 +24,7 @@ filling_color = "#FF4500" bitesize = 100 // Always eat the apple in one bite tastes = list("apple" = 1) - distill_reagent = "hcider" + distill_reagent = "cider" // Posioned Apple /obj/item/seeds/apple/poisoned