forked from External/mage
Clement The Worrywort - fix target stacking
This commit is contained in:
parent
185d106484
commit
6f2fae3e6d
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ class ClementTheWorrywortTriggeredAbility extends EntersBattlefieldThisOrAnother
|
|||
@Override
|
||||
public boolean checkTrigger(GameEvent event, Game game) {
|
||||
if (super.checkTrigger(event, game)) {
|
||||
this.getTargets().clear();
|
||||
Permanent permanent = game.getPermanent(event.getTargetId());
|
||||
if (permanent == null) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue