diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java index e6b16a882..87921eea1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java @@ -104,7 +104,7 @@ public class EtherealChains extends Artifact { } } if (newPos == -1){ - GLog.w( Messages.get(this, "does_nothing") ); + GLog.w( Messages.get(EtherealChains.class, "does_nothing") ); } else { final int newMobPos = newPos; final Char affected = Actor.findChar( chain.collisionPos );