forked from External/mage
* Blatant Thievery - Changed handling to custom target.
This commit is contained in:
parent
6a78684da8
commit
5b4248f81d
1 changed files with 6 additions and 0 deletions
|
|
@ -202,6 +202,12 @@ class BlatantThieveryTarget extends TargetPermanent {
|
|||
super.addTarget(objectId, amount, source, game, skipEvent);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void remove(UUID id) {
|
||||
super.remove(id);
|
||||
targetOpponent.remove(id);
|
||||
}
|
||||
|
||||
@Override
|
||||
public BlatantThieveryTarget copy() {
|
||||
return new BlatantThieveryTarget(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue