mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复 人财两空 成就判断错误
This commit is contained in:
parent
2764801fc3
commit
2ae9e99313
@ -400,7 +400,7 @@ namespace VPet_Simulator.Windows
|
||||
}
|
||||
if (save.Mode == GameSave.ModeType.Ill)
|
||||
{
|
||||
if (save.Money < 10)
|
||||
if (save.Money < 100)
|
||||
stat["stat_ill_nomoney"] = 1;
|
||||
}
|
||||
if (save.Money < save.Level)
|
||||
|
Loading…
Reference in New Issue
Block a user