自动喂食判断从75% 改到 70 %

This commit is contained in:
ZouJin 2024-05-08 21:01:44 +08:00
parent 4fe681b1d9
commit b02c877454

View File

@ -437,7 +437,7 @@ namespace VPet_Simulator.Windows
private void lowStrength()
{
var sm = Core.Save.StrengthMax;
var sm75 = sm * 0.75;
var sm75 = sm * 0.70;
if (Set.AutoBuy && Core.Save.Money >= 100)
{
var havemoney = Core.Save.Money * 0.8;