- Jul 13, 2021
- 922
- 5,753
Public version has a bug related to Aglaecwif.
No matter if you met her or not, you get the version where you haven't met her.
Current code:
If you want to fix it, find the above line in eventsdream.rpy and change it to
No matter if you met her or not, you get the version where you haven't met her.
Current code:
Code:
if aglaecwif == True:
jump aglaenewdream <--- This is the bug
else:
jump aglaenewdream
Code:
if aglaecwif == True:
jump aglaemetdream
else:
jump aglaenewdream