LorisYounger / VPet

虚拟桌宠模拟器 一个开源的桌宠软件, 可以内置到任何WPF应用程序
Apache License 2.0
4.63k stars 465 forks source link

Schedule resting can be abused (bug) #390

Closed j6845 closed 1 month ago

j6845 commented 1 month ago

Hey there!

While creating a translation i have tested the new feature called "Schedules". There is a need for resting time inside the schedule but you can have it all at the END of it (see screenshot). If you can use as many events as you like while doing this tactic the system can be abused and the rest time is obsolete.

grafik

Suggestion: no resting time useable after the last event in schedule

LorisYounger commented 1 month ago

This is difficult to control, because even if you don't allow breaks at the end, stopping during the middle of the break is the same. So there's no way to fix it. In fact, the Schedule is designed to work automatically and reduce the amount of operation. If players have to manually stop every time, it is actually more convenient to use the work function directly So I think we don't need to worry about it