forked from External/mage
Clement The Worrywort - fix target stacking
This commit is contained in:
parent
7a799038d9
commit
9a1ca7ec2c
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