mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -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
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue