v0.9.1d: fixed targeting errors with ethereal chains
This commit is contained in:
+4
@@ -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) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user