mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
不小心写反了
This commit is contained in:
parent
25832f1862
commit
669e487f31
@ -241,7 +241,7 @@ namespace VPet_Simulator.Windows
|
||||
{
|
||||
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 //桌宠不吃负面的食物
|
||||
&& x.IsOverLoad() // 不吃超模食物
|
||||
&& !x.IsOverLoad() // 不吃超模食物
|
||||
);
|
||||
|
||||
if (Core.Save.StrengthFood < 75)
|
||||
|
Loading…
Reference in New Issue
Block a user