v0.9.1d: fixed targeting errors with ethereal chains

This commit is contained in:
Evan Debenham 2021-01-13 17:51:51 -05:00
parent 87d9a23b70
commit ea2cbdfa93

View File

@ -72,6 +72,10 @@ public class EtherealChains extends Artifact {
return actions; return actions;
} }
public int targetingPos( Hero user, int dst ){
return dst;
}
@Override @Override
public void execute(Hero hero, String action) { public void execute(Hero hero, String action) {