diff --git a/code/modules/hydroponics/seeds.dm b/code/modules/hydroponics/seeds.dm index 7092f0965f8..9043513dd7f 100644 --- a/code/modules/hydroponics/seeds.dm +++ b/code/modules/hydroponics/seeds.dm @@ -337,6 +337,7 @@ user.show_message("You designate the [plantname] as the [V] variant.") variant = V apply_variant_name() + return ..() // Fallthrough to item/attackby() so that bags can pick seeds up /obj/item/seeds/proc/apply_variant_name()