diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java index 3c0f87a88..244d7b21e 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java @@ -72,6 +72,10 @@ public class EtherealChains extends Artifact { return actions; } + public int targetingPos( Hero user, int dst ){ + return dst; + } + @Override public void execute(Hero hero, String action) {