mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
满状态判定修复 fix #405
This commit is contained in:
parent
ee92d365ce
commit
be2773ec6c
@ -764,7 +764,8 @@ namespace VPet_Simulator.Windows
|
||||
if (save.StrengthFood < 1)
|
||||
stat["stat_0_sd_sf"] = 1;
|
||||
}
|
||||
if (save.Strength > 99 && save.Feeling > 99 && save.StrengthFood > 99 && save.StrengthDrink > 99)
|
||||
var smm = save.StrengthMax - 1;
|
||||
if (save.Strength > smm && save.Feeling > save.FeelingMax && save.StrengthFood > smm && save.StrengthDrink > smm)
|
||||
stat[(gint)"stat_100_all"]++;
|
||||
|
||||
if (IsSteamUser)
|
||||
|
Loading…
Reference in New Issue
Block a user