mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
自动喂食判断从75% 改到 70 %
This commit is contained in:
parent
4fe681b1d9
commit
b02c877454
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user