From 8fe5ecc30af90d94387000002328ab97f9a723de Mon Sep 17 00:00:00 2001 From: myk002 Date: Sat, 21 Aug 2021 18:52:17 -0700 Subject: [PATCH] automatically prioritize fish cleaning --- data/examples/init/onMapLoad_dreamfort.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/examples/init/onMapLoad_dreamfort.init b/data/examples/init/onMapLoad_dreamfort.init index 79476c48e..78adf7381 100644 --- a/data/examples/init/onMapLoad_dreamfort.init +++ b/data/examples/init/onMapLoad_dreamfort.init @@ -41,7 +41,7 @@ seedwatch start # ensures important tasks get assigned to workers. # otherwise these job types can get ignored in busy forts. -prioritize -a StoreItemInVehicle StoreItemInBag StoreItemInBarrel PullLever DestroyBuilding RemoveConstruction RecoverWounded FillPond DumpItem SlaughterAnimal +prioritize -a StoreItemInVehicle StoreItemInBag StoreItemInBarrel PullLever DestroyBuilding RemoveConstruction RecoverWounded FillPond DumpItem SlaughterAnimal PrepareRawFish ExtractFromRawFish # autobutcher settings are saved in the savegame, so we only need to set them once. # this way, any custom settings you set during gameplay are not overwritten