mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
fix.修复不吃理智药的问题
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
namespace asst {
|
||||
constexpr static const char* Version = "release.beta.08.02";
|
||||
constexpr static const char* Version = "release.beta.08.02.01";
|
||||
}
|
||||
@@ -18,10 +18,12 @@ namespace MeoAsstGui
|
||||
if (UseMedicine)
|
||||
{
|
||||
asstProxy.AsstSetParam("task.action", "UseMedicine", "doNothing");
|
||||
asstProxy.AsstSetParam("task.maxTimes", "MedicineConfirm", int.MaxValue.ToString());
|
||||
}
|
||||
else
|
||||
{
|
||||
asstProxy.AsstSetParam("task.action", "UseMedicine", "stop");
|
||||
asstProxy.AsstSetParam("task.maxTimes", "MedicineConfirm", "0");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user