View Issue Details
ID | Category | Date Submitted | Last Update | ||
---|---|---|---|---|---|
0001993 | Bug Report | 2019-06-11 19:42 | 2019-06-12 20:49 | ||
Reporter | Ranthoron | ||||
Severity | minor | Reproducibility | have not tried | ||
Status | new | Resolution | open | ||
Summary | 0001993: Cookie Jar scene unlocked too early | ||||
Description | The Cookie Jar scene with Jenny on front of the TV is fully unlocked, although I just had the manual handling camshow. | ||||
Platform/OS | Linux | ||||
Version | 0.18.6 | ||||
2-1-LT1.save (409,141 bytes) |
|
It's also fully unlocked | |
Confirmed. The bug is in characters\jenny\button_dialogues01, lines 1898 and 1899; these two lines have to be removed, first because the command is calling the wrong scene unlocking, secondly because the good scene unlocking is called later in script characters\jenny\sex_scenes lines 2915 and 2916: $ persistent.cookie_jar["Jenny"]["unlocked"] = True $ persistent.cookie_jar["Jenny"]["gallery"]["08_unlocked"] = True --> (nothing, just remove the lines) |
|
Related to bug report 0001526 (if all cookie jar unlocking bugs could be corrected together, it would be awesome) | |