v0.9.4: fixed guidebook pages not being set to read in some cases

This commit is contained in:
Evan Debenham 2021-08-10 20:34:07 -04:00
parent 0904b3f8ac
commit 8493475957

View File

@ -380,6 +380,7 @@ public class StatusPane extends Component {
GameScene.show( new WndStory( WndJournal.GuideTab.iconForPage(flashingPage), GameScene.show( new WndStory( WndJournal.GuideTab.iconForPage(flashingPage),
Document.ADVENTURERS_GUIDE.pageTitle(flashingPage), Document.ADVENTURERS_GUIDE.pageTitle(flashingPage),
Document.ADVENTURERS_GUIDE.pageBody(flashingPage) )); Document.ADVENTURERS_GUIDE.pageBody(flashingPage) ));
Document.ADVENTURERS_GUIDE.readPage(flashingPage);
} else { } else {
GameScene.show( new WndJournal() ); GameScene.show( new WndJournal() );
} }