diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java index 4670b201c..53b07abe9 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java @@ -380,6 +380,7 @@ public class StatusPane extends Component { GameScene.show( new WndStory( WndJournal.GuideTab.iconForPage(flashingPage), Document.ADVENTURERS_GUIDE.pageTitle(flashingPage), Document.ADVENTURERS_GUIDE.pageBody(flashingPage) )); + Document.ADVENTURERS_GUIDE.readPage(flashingPage); } else { GameScene.show( new WndJournal() ); }