From d0e8dfd69a071681bce2ba5c87cd9d785938a7df Mon Sep 17 00:00:00 2001 From: theo-3 <85434590+theo-3@users.noreply.github.com> Date: Thu, 12 Aug 2021 15:48:56 +0300 Subject: [PATCH] Mispelled =, whoops --- code/modules/hydroponics/seeds.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/seeds.dm b/code/modules/hydroponics/seeds.dm index c8f7395aa8c..7e245e10154 100644 --- a/code/modules/hydroponics/seeds.dm +++ b/code/modules/hydroponics/seeds.dm @@ -340,7 +340,7 @@ return variant = copytext(sanitize(html_encode(trim(V))), 1, 64) if(variant == "") - variant == null + variant = null to_chat(user, "You [variant ? "change" : "remove"] the [plantname]'s variant designation.") apply_variant_name()