diff --git a/code/modules/hydroponics/trays/tray_soil.dm b/code/modules/hydroponics/trays/tray_soil.dm index 4d55086b2fb..f39ad117bac 100644 --- a/code/modules/hydroponics/trays/tray_soil.dm +++ b/code/modules/hydroponics/trays/tray_soil.dm @@ -51,7 +51,7 @@ icon_state = "blank" /obj/machinery/portable_atmospherics/hydroponics/soil/invisible/Initialize(var/newloc,var/datum/seed/newseed,var/start_mature) - ..() + . = ..() seed = newseed dead = 0 age = start_mature ? seed.get_trait(TRAIT_MATURATION) : 1