Fix gathering as miner checking for the wrong status v5.20
authorLiza Carvelli <liza@carvel.li>
Sat, 28 Jun 2025 20:08:57 +0000 (22:08 +0200)
committerLiza Carvelli <liza@carvel.li>
Sat, 28 Jun 2025 20:08:57 +0000 (22:08 +0200)
Directory.Build.targets
Questionable/Controller/Steps/Shared/Gather.cs

index a823ad539bfefaa7c215074ba61afbbc70de1aab..9db77123a4f4872c030626ec6edf50a03de2708c 100644 (file)
@@ -1,5 +1,5 @@
 <Project>
     <PropertyGroup Condition="$(MSBuildProjectName) != 'GatheringPathRenderer'">
-        <Version>5.19</Version>
+        <Version>5.20</Version>
     </PropertyGroup>
 </Project>
index 0874c7173211f6418c11835593da9c2f1a1af826..31f6a9cf19277628be678c26dbc86d1a263d878b 100644 (file)
@@ -63,7 +63,7 @@ internal static class Gather
                 yield break;
 
             if (currentClassJob == EClassJob.Miner)
-                yield return new Action.TriggerStatusIfMissing(EStatus.Triangulate, EAction.Prospect);
+                yield return new Action.TriggerStatusIfMissing(EStatus.Prospect, EAction.Prospect);
             else if (currentClassJob == EClassJob.Botanist)
                 yield return new Action.TriggerStatusIfMissing(EStatus.Triangulate, EAction.Triangulate);