feat: 取消勾选 吃理智药 就取消 吃石头

This commit is contained in:
zzyyyl
2022-07-05 19:18:31 +08:00
parent b9914530c9
commit 4683b7a714

View File

@@ -945,6 +945,10 @@ namespace MeoAsstGui
set
{
SetAndNotify(ref _useMedicine, value);
if (!value)
{
UseStone = false;
}
ViewStatusStorage.Set("MainFunction.UseMedicine", value.ToString());
}
}