diff --git a/code/modules/hydroponics/growninedible.dm b/code/modules/hydroponics/growninedible.dm index 9190650405f..ccf5a753bb5 100644 --- a/code/modules/hydroponics/growninedible.dm +++ b/code/modules/hydroponics/growninedible.dm @@ -8,8 +8,8 @@ resistance_flags = FLAMMABLE var/obj/item/seeds/seed = null // type path, gets converted to item on New(). It's safe to assume it's always a seed item. -/obj/item/grown/New(newloc, obj/item/seeds/new_seed = null) - ..() +/obj/item/grown/Initialize(mapload, newloc, obj/item/seeds/new_seed = null) + . = ..() create_reagents(50) if(new_seed)