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