3Diddlyf95zone
Hey there,
Noticed 3 bugs with the April 0 and 9 love event. I noticed them on the corruption one, but looking at code they'll also exist for the guidance one.
1. The end-of-week trigger doesn't turn off the UI, so they're in the way. Looks like both events explicitly call show when they start. Not a problem for the "drop in" version since it skips that part.
2. The 0 love end-of-week trigger happens as soon as April's love is zero, like after the 3rd date potentially, and keeps happening forever despite aprileventfcdone being set to true. I think it needs parentheses around the "lovepointsapril == 9 or lovepointsapril == 0", the "or" is right now saying none of the other conditions are needed.
3. If both other girls have moved in and you've done all their dates, and Hazel's as well... it seems the only way to make the week rollover is by getting one of them pregnant. A lot of other activities available at that point don't use up an action. So can't trigger the event. Unless there is a skip time button I'm missing. Maybe adding that button, or making some of the other endgame actions take up time?