From 77ae7b7724781088a3596186228468b02c1d7e05 Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Sun, 15 Oct 2017 20:36:28 -0400 Subject: [PATCH 1/2] Corrects soil description --- code/modules/hydroponics/hydroponics.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/hydroponics/hydroponics.dm b/code/modules/hydroponics/hydroponics.dm index a0b26718d5..5dd9627c2d 100644 --- a/code/modules/hydroponics/hydroponics.dm +++ b/code/modules/hydroponics/hydroponics.dm @@ -913,6 +913,7 @@ /////////////////////////////////////////////////////////////////////////////// /obj/machinery/hydroponics/soil //Not actually hydroponics at all! Honk! name = "soil" + desc = "A patch of dirt." icon = 'icons/obj/hydroponics/equipment.dmi' icon_state = "soil" circuit = null