diff --git a/MeoAssistance/include/Version.h b/MeoAssistance/include/Version.h index 869f6ce41f..fa02f06cab 100644 --- a/MeoAssistance/include/Version.h +++ b/MeoAssistance/include/Version.h @@ -1,5 +1,5 @@ #pragma once namespace asst { - constexpr static const char* Version = "release.beta.06.01"; + constexpr static const char* Version = "release.beta.06.02"; } \ No newline at end of file diff --git a/MeoAsstGui/MeoAsstGui.csproj b/MeoAsstGui/MeoAsstGui.csproj index 45c6b3189c..bb6a7bfc67 100644 --- a/MeoAsstGui/MeoAsstGui.csproj +++ b/MeoAsstGui/MeoAsstGui.csproj @@ -29,7 +29,7 @@ false true 0 - 0.6.1.0 + 0.6.2.0 false true diff --git a/resource/config.json b/resource/config.json index df462fcebb..4ea6f000c7 100644 --- a/resource/config.json +++ b/resource/config.json @@ -255,10 +255,11 @@ ] }, "WaitAfterPRTS": { - "rearDelay": 5000, + "rearDelay": 3000, "algorithm": "justreturn", "type": "doNothing", "next": [ + "PRTS", "EndOfAction", "ClickCornerAfterPRTS" ] @@ -279,7 +280,8 @@ "StartButton1", "StartButton2", "UseMedicine", - "UseStone" + "UseStone", + "ClickCornerAfterPRTS" ] }, "EndOfAction": { @@ -305,7 +307,8 @@ "StartButton1", "StartButton2", "UseMedicine", - "UseStone" + "UseStone", + "EndOfAction" ] }, "Loading": {