From f85c219379eda081daa797ffaaa7b18f51fffdac Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 26 May 2022 17:25:14 -0400 Subject: [PATCH] v1.3.0: fixed scroll of passage not triggering some on-read logic --- .../items/scrolls/exotic/ScrollOfPassage.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfPassage.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfPassage.java index 06f17fa57..d51f0c54f 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfPassage.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfPassage.java @@ -42,6 +42,7 @@ public class ScrollOfPassage extends ExoticScroll { public void doRead() { identify(); + readAnimation(); if (Dungeon.level.locked) {