diff --git a/data/tribes/buildings/productionsites/amazons/rare_tree_cutters_hut/init.lua b/data/tribes/buildings/productionsites/amazons/rare_tree_cutters_hut/init.lua index d218f8bece..b9f1fa733a 100644 --- a/data/tribes/buildings/productionsites/amazons/rare_tree_cutters_hut/init.lua +++ b/data/tribes/buildings/productionsites/amazons/rare_tree_cutters_hut/init.lua @@ -45,6 +45,7 @@ wl.Descriptions():new_productionsite_type { -- min. time: 35.2 + 12 = 47.2 sec -- max. time: 74.8 + 12 = 86.8 sec -- avg. time: 55 + 12 = 67 sec + "return=skipped unless economy needs balsa", "callworker=harvest_balsa", "sleep=duration:12s" }, @@ -57,6 +58,7 @@ wl.Descriptions():new_productionsite_type { -- min. time: 35.2 + 12 = 47.2 sec -- max. time: 74.8 + 12 = 86.8 sec -- avg. time: 55 + 12 = 67 sec + "return=skipped unless economy needs rubber", "callworker=harvest_rubber", "sleep=duration:12s" }, @@ -69,6 +71,7 @@ wl.Descriptions():new_productionsite_type { -- min. time: 35.2 + 12 = 47.2 sec -- max. time: 74.8 + 12 = 86.8 sec -- avg. time: 55 + 12 = 67 sec + "return=skipped unless economy needs ironwood", "callworker=harvest_ironwood", "sleep=duration:12s" },