It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Description
betty_doesnt_believe needs to get reset after showing the image to her. Otherwise all her dialoge about how she doesnt believe you gets triggered.

Fix
label betty_show_firefly:

$ betty_doesnt_believe = False
$ betty_discussion_firefly = True
this needs a slight change in "label betty_on_bed:" from

if not betty_doesnt_believe:
->
if not betty_doesnt_believe and not firefly_supports_princess:

Now this code doesnt make any sense, but at least it doesnt break anything.
avatar
Tstone117: this needs a slight change in "label betty_on_bed:" from

if not betty_doesnt_believe:
->
if not betty_doesnt_believe and not firefly_supports_princess:

Now this code doesnt make any sense, but at least it doesnt break anything.
Fixed