From e257aa4d64530e2ec5e96917721c511aaae2df17 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Tue, 16 Jul 2024 16:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=88=90=E5=B0=B1=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E9=94=99=E8=AF=AF=20&=20=E6=9B=B4=E6=96=B0NUGET?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Core/VPet-Simulator.Core.csproj | 6 +++--- .../VPet-Simulator.Windows.Interface.csproj | 6 +++--- VPet-Simulator.Windows/MainWindow.cs | 2 +- VPet-Simulator.Windows/VPet-Simulator.Windows.csproj | 6 +++--- VPet.Solution/VPet.Solution.csproj | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/VPet-Simulator.Core/VPet-Simulator.Core.csproj b/VPet-Simulator.Core/VPet-Simulator.Core.csproj index 3ff73ed..4f0f361 100644 --- a/VPet-Simulator.Core/VPet-Simulator.Core.csproj +++ b/VPet-Simulator.Core/VPet-Simulator.Core.csproj @@ -23,10 +23,10 @@ - + - - + + diff --git a/VPet-Simulator.Windows.Interface/VPet-Simulator.Windows.Interface.csproj b/VPet-Simulator.Windows.Interface/VPet-Simulator.Windows.Interface.csproj index 8191b2e..9bef5bd 100644 --- a/VPet-Simulator.Windows.Interface/VPet-Simulator.Windows.Interface.csproj +++ b/VPet-Simulator.Windows.Interface/VPet-Simulator.Windows.Interface.csproj @@ -16,9 +16,9 @@ - + - - + + \ No newline at end of file diff --git a/VPet-Simulator.Windows/MainWindow.cs b/VPet-Simulator.Windows/MainWindow.cs index 4dd83f3..0619dc3 100644 --- a/VPet-Simulator.Windows/MainWindow.cs +++ b/VPet-Simulator.Windows/MainWindow.cs @@ -773,7 +773,7 @@ namespace VPet_Simulator.Windows stat["stat_0_sd_sf"] = 1; } var smm = save.StrengthMax - 1; - if (save.Strength > smm && save.Feeling > save.FeelingMax && save.StrengthFood > smm && save.StrengthDrink > smm) + if (save.Strength > smm && save.Feeling > save.FeelingMax - 1 && save.StrengthFood > smm && save.StrengthDrink > smm) stat[(gint)"stat_100_all"]++; if (IsSteamUser) diff --git a/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj b/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj index 8890b3e..f73ca4d 100644 --- a/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj +++ b/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj @@ -222,12 +222,12 @@ - + - - + + diff --git a/VPet.Solution/VPet.Solution.csproj b/VPet.Solution/VPet.Solution.csproj index 1eb43db..9be62b2 100644 --- a/VPet.Solution/VPet.Solution.csproj +++ b/VPet.Solution/VPet.Solution.csproj @@ -19,11 +19,11 @@ - + - - + + \ No newline at end of file