From 4a705e9114a62ae45b6f880bf61ccec5382562cd Mon Sep 17 00:00:00 2001 From: ZouJin Date: Wed, 15 May 2024 15:33:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8D=8F=E8=84=B8=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E9=97=AE=E9=A2=98=20fix=20#377?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VPet-Simulator.Windows/MainWindow.cs b/VPet-Simulator.Windows/MainWindow.cs index d533c012..39f67184 100644 --- a/VPet-Simulator.Windows/MainWindow.cs +++ b/VPet-Simulator.Windows/MainWindow.cs @@ -2247,7 +2247,7 @@ namespace VPet_Simulator.Windows { if (Main.isPress && Main.DisplayType.Name == "pinch" && Main.DisplayType.Animat == AnimatType.B_Loop) { - if (Core.Controller.EnableFunction && Core.Save.Strength >= 10 && Core.Save.Feeling < 100) + if (Core.Controller.EnableFunction && Core.Save.Strength >= 10 && Core.Save.Feeling < Core.Save.FeelingMax) { Core.Save.StrengthChange(-2); Core.Save.FeelingChange(1);