trying to change the background on the fort's PC crashes the game ("could not find label 'anewldesktop'")
Viewing post in Release notes / April 29, 2024 - 1.0.9 comments
I think some of the events in Ayane's and Seika's room are unlocked too early, before it should be able to happen. e.g. Beach Date with Seika or Excersise Skill with Ayane: Both throw exceptions ('CharacterStats' object has no attribute 'handjob'), I think the object is extended by them in non-repeatable scenes I did not see so far
> Both throw exceptions ('CharacterStats' object has no attribute 'handjob'), I think the object is extended by them in non-repeatable scenes I did not see so far
wait, the cause is a different one: def apply_limit_check(self) (in script.rpy) checks against a few options not available in the class (next to handjob also stuff like blowjob, anal, ...).
looks like a work-in-progress function, commenting them mitigates the crash