mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
- Fixed #6959
This commit is contained in:
parent
66ae54d2f0
commit
f795e7649f
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ public class AttacksCreatureYouControlTriggeredAbility extends TriggeredAbilityI
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean checkTrigger(GameEvent event, Game game) {
|
public boolean checkTrigger(GameEvent event, Game game) {
|
||||||
|
game.applyEffects(); // Hooded Blightfang
|
||||||
Permanent sourcePermanent = game.getPermanent(event.getSourceId());
|
Permanent sourcePermanent = game.getPermanent(event.getSourceId());
|
||||||
if (sourcePermanent != null && filter.match(sourcePermanent, sourceId, controllerId, game)) {
|
if (sourcePermanent != null && filter.match(sourcePermanent, sourceId, controllerId, game)) {
|
||||||
if (setTargetPointer) {
|
if (setTargetPointer) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue