This commit is contained in:
jeffwadsworth 2020-08-12 17:09:07 -05:00
parent 66ae54d2f0
commit f795e7649f

View file

@ -57,6 +57,7 @@ public class AttacksCreatureYouControlTriggeredAbility extends TriggeredAbilityI
@Override
public boolean checkTrigger(GameEvent event, Game game) {
game.applyEffects(); // Hooded Blightfang
Permanent sourcePermanent = game.getPermanent(event.getSourceId());
if (sourcePermanent != null && filter.match(sourcePermanent, sourceId, controllerId, game)) {
if (setTargetPointer) {