forked from External/mage
Displaying arrows for fixed targets in effects (for Jace, Architect of Thought first ability)
This commit is contained in:
parent
c9a40f4431
commit
575cebad7f
2 changed files with 30 additions and 3 deletions
|
|
@ -61,4 +61,8 @@ public class FixedTarget implements TargetPointer {
|
|||
public TargetPointer copy() {
|
||||
return new FixedTarget(this);
|
||||
}
|
||||
|
||||
public UUID getTarget() {
|
||||
return target;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue