mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
不小心写反了
This commit is contained in:
@ -241,7 +241,7 @@ namespace VPet_Simulator.Windows
|
|||||||
{
|
{
|
||||||
var havemoney = Core.Save.Money * 1.2;
|
var havemoney = Core.Save.Money * 1.2;
|
||||||
List<Food> food = Foods.FindAll(x => x.Price >= 2 && x.Health >= 0 && x.Exp >= 0 && x.Likability >= 0 && x.Price < havemoney //桌宠不吃负面的食物
|
List<Food> food = Foods.FindAll(x => x.Price >= 2 && x.Health >= 0 && x.Exp >= 0 && x.Likability >= 0 && x.Price < havemoney //桌宠不吃负面的食物
|
||||||
&& x.IsOverLoad() // 不吃超模食物
|
&& !x.IsOverLoad() // 不吃超模食物
|
||||||
);
|
);
|
||||||
|
|
||||||
if (Core.Save.StrengthFood < 75)
|
if (Core.Save.StrengthFood < 75)
|
||||||
|
Reference in New Issue
Block a user