phupdup
Well-Known Member
- Oct 24, 2019
- 1,391
- 1,118
- 223
Dev did a little fat fingering here in script3.rpy:
That should be "=" and not "==" there. So instead of zero-ing out the alternate daisy relationship route, the dev effectively inserted a no-op by making it a conditional test instead of an assignment statement.
Code:
"I'm Sorry But...":
if v6_ow_daisy_route > 0:
$ v6_ow_daisy_route == 0
jump v6_mc_daisya