diff --git a/code/modules/plumbing/plumbers/autohydro.dm b/code/modules/plumbing/plumbers/autohydro.dm index 91ebb47e71..37590bb4f3 100644 --- a/code/modules/plumbing/plumbers/autohydro.dm +++ b/code/modules/plumbing/plumbers/autohydro.dm @@ -41,7 +41,7 @@ /obj/machinery/hydroponics/constructable/automagic/process() if(reagents) - on_hydroponics_apply(reagents) + reagents.add_reagent(reagents) reagents.clear_reagents() if(dead) dead = 0