Fix missing return

This commit is contained in:
theo-3
2021-07-18 10:49:08 +03:00
parent 15c67d487a
commit dad5308456
+1
View File
@@ -337,6 +337,7 @@
user.show_message("<span class='info'>You designate the [plantname] as the [V] variant.</span>")
variant = V
apply_variant_name()
return
..() // Fallthrough to item/attackby() so that bags can pick seeds up
/obj/item/seeds/proc/apply_variant_name()