diff --git a/mods/farming/api.lua b/mods/farming/api.lua index 14381c2..c0b1821 100644 --- a/mods/farming/api.lua +++ b/mods/farming/api.lua @@ -132,7 +132,7 @@ function farming.grow_plant(pos, name) end if weather.weather == "storm" then - farming.next_stage(pos, under, underdefname, plant) + farming.next_stage(pos, under, underdef, name, plant) end end