Briarbridge Patrol - Fixed that it doesn't trigger from noncombat damage (fixes #1809).

This commit is contained in:
LevelX2 2016-04-07 23:10:42 +02:00
parent fca3b9a42a
commit a99eef5bf4
2 changed files with 19 additions and 14 deletions

View file

@ -38,6 +38,7 @@ public class DealsDamageToOneOrMoreCreaturesTriggeredAbility extends DealsDamage
}
} else {
game.getState().setValue("damageStep" + getOriginalId(), null);
return true;
}
// TODO: check that if the source did non combat damage to multiple targets at the same time, it may only trigger one time
// I don't know currently how this can happen for a source creature that this has not already build in