修复捏脸结算问题 fix #377

This commit is contained in:
ZouJin 2024-05-15 15:33:21 +08:00
parent d9fd471f81
commit 4a705e9114

View File

@ -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);