mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Fix missing return
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user