Bug Reports
#1 - father - line 170
You can chat with your step father in the kitchen two different times (at the dinner table when eating food and when he is reading the newspaper) and it always says he is sitting on the couch in the living room. "Sitting" is also misspelled with three t's.
#2 - exercise - suggested changes to rebalance exercise activities at home
There are 5 stats that you can gain experience with when exercising and there are 5 exercise activities at home. Agility goes up way faster than the other stats and most of the other stats increase slowly. I propose that each exercise activity increase two stats so that it is balanced and none of your stats crawl to progress.
exercise (hula) - line 337 - gs 'exercise', 'tier2', (timemult*15), 'agil_exp', 'react_exp' (I don't think I changed this one)
exercise (yoga) - line 372 - gs 'exercise', 'tier2', (timemult*15), 'sprt_exp', 'vital_exp'
exercise (rope) - line 399 - gs 'exercise', 'tier3', (15*timemult), 'agil_exp', 'react_exp' (I don't think I changed this one)
exercise (press) - line 422 - gs 'exercise', 'tier3', (15*timemult), 'stren_exp', 'sprt_exp'
exercise (push) - line 445 - gs 'exercise', 'tier3', (15*timemult), 'stren_exp', 'vital_exp'
mother - lines 2119 & 2178 - gs 'exercise', 'tier2', 30, 'sprt_exp', 'vital_exp'
If you do a full routine (all 5 exercises at home) each stat will gain experience twice (with these proposed changes). I couldn't figure out why some stats were increasing while others weren't and after digging into the code this is what I found and this is my proposed solution. It feels balanced in my opinion but it is up to you.
Thanks!