From 2e36774c5445ef85f917aef0faef9fb0a2e4ab68 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 8 Jun 2018 00:36:59 -0400 Subject: [PATCH] v0.7.0: corrected the icon on scroll of teleportation --- .../items/scrolls/ScrollOfTeleportation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTeleportation.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTeleportation.java index 7be4f3854..7f1bd69e3 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTeleportation.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTeleportation.java @@ -41,7 +41,7 @@ import com.watabou.utils.PathFinder; public class ScrollOfTeleportation extends Scroll { { - initials = 7; + initials = 8; } @Override