Tristim /
LZ_Starbuck
I'm here with another small bug report. When doing Erica's side quest regarding yoga lessons, sometimes the quest chain gets stuck. After you talk to Sarah in
erica_money_problems_sarah_talk_label
of
Erica_Role.rpy, an event is added to the mandatory crisis list dependent on whether or not you have enough employees interested in a yoga class.
The problem is when you do not have enough employees and have
erica_money_problems_sarah_update
queued but then recruit or change the minds of enough employees to hold a class, thereby invalidating the
erica_money_problems_sarah_update_requirement()
. Or conversely when you do have enough employees and have
erica_money_problems_sarah_final_update
queued but then lose or change the minds of enough employees to not hold a class and invalidate
erica_money_problems_sarah_final_update_requirement()
.
I suggest having an intermediary event queued instead which then immediately jumps to the appropriate label when fired or else change the requirement functions so that they have a higher chance of firing.
Training at the gym everyday and having dates whenever possible leaves only ~5 chances per week for the event to fire for me and then it has to get past the 10% chance in the requirement function. Then I got impatient and used serums with Lysergide N20 to change my employees' opinions and closed off the event for myself.