diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/levels/features/Sign.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/levels/features/Sign.java index d0fc186eb..48a876439 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/levels/features/Sign.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/levels/features/Sign.java @@ -55,7 +55,7 @@ public class Sign { //if we are at depths 22-24 and in english if (Dungeon.depth-21 <= 3 && Messages.lang() == Languages.ENGLISH){ - GameScene.show( new WndMessage(teaser_texts[Dungeon.depth-21])); + GameScene.show( new WndMessage(teaser_texts[Dungeon.depth-22])); } Dungeon.level.destroy( pos );