diff --git a/code/modules/hydroponics/grown/onion.dm b/code/modules/hydroponics/grown/onion.dm index e124ae20056..6a5702ad32e 100644 --- a/code/modules/hydroponics/grown/onion.dm +++ b/code/modules/hydroponics/grown/onion.dm @@ -46,7 +46,7 @@ icon_state = "onion_red" wine_power = 60 -/obj/item/food/grown/onion/MakeProcessable() +/obj/item/food/grown/onion/red/MakeProcessable() AddElement(/datum/element/processable, TOOL_KNIFE, /obj/item/food/onion_slice/red, 2, 15) /obj/item/food/grown/onion/UsedforProcessing(mob/living/user, obj/item/I, list/chosen_option)