chore: 勾选碎石时,如未勾选的理智液则也设为单次生效

fix #7751
This commit is contained in:
uye
2023-12-23 14:52:40 +08:00
parent c5a336daa2
commit 733376d7bf

View File

@@ -2828,7 +2828,7 @@ namespace MaaWpfGui.ViewModels.UI
SetAndNotify(ref _useStoneWithNull, value);
if (value != false && !UseMedicine)
{
UseMedicine = true;
UseMedicineWithNull = null;
}
SetFightParams();