From 230a0c4425f4647fc952f71de80bb2aee94fe0a7 Mon Sep 17 00:00:00 2001 From: theo-3 <85434590+theo-3@users.noreply.github.com> Date: Fri, 13 Aug 2021 12:27:15 +0300 Subject: [PATCH] I missed an outdated comment... sorry about taht --- code/modules/hydroponics/seeds.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/hydroponics/seeds.dm b/code/modules/hydroponics/seeds.dm index 859b6471dbe..539ab5e7573 100644 --- a/code/modules/hydroponics/seeds.dm +++ b/code/modules/hydroponics/seeds.dm @@ -333,7 +333,6 @@ ..() // Fallthrough to item/attackby() so that bags can pick seeds up -// adj parameter changes what Adjacent is called from, such as the gene modder or a tray /obj/item/seeds/proc/variant_prompt(mob/user, obj/item/container = null) var/prev = variant var/V = input(user, "Choose variant name:", "Plant Variant Naming", variant) as text|null