diff --git a/code/modules/hydroponics/gene_modder.dm b/code/modules/hydroponics/gene_modder.dm index 0c32479bb50..a4d728febd4 100644 --- a/code/modules/hydroponics/gene_modder.dm +++ b/code/modules/hydroponics/gene_modder.dm @@ -233,7 +233,8 @@ dat += "

Variant

" dat += "" dat += "" - dat += "" + if(seed.variant != "") + dat += "" dat += "
[(seed.variant == "") ? "None" : seed.variant]EditRemoveRemove
" dat += "

Core Genes

"