forked from External/mage
* Fixed a problem of AI target handling (e.g. for Precursor Golem)
This commit is contained in:
parent
f3c0d3fce0
commit
2162fab114
4 changed files with 42 additions and 35 deletions
|
|
@ -554,4 +554,9 @@ public abstract class TargetImpl implements Target {
|
|||
this.targetTag = targetTag;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Target getOriginalTarget() {
|
||||
return this;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue