* Iroas, God of Victory - Fixed a bug that all damage to controlled creatures was prevented instead only to attacking creatures you control.

This commit is contained in:
LevelX2 2014-05-12 08:43:24 +02:00
parent 3c4a69d117
commit 765652b74b
3 changed files with 6 additions and 7 deletions

View file

@ -58,7 +58,7 @@ public class IroasGodOfVictory extends CardImpl<IroasGodOfVictory> {
private static final FilterControlledCreatureInPlay filterAttacking = new FilterControlledCreatureInPlay("attacking creatures you control");
static {
filter.add(new ControllerPredicate(TargetController.YOU));
filterAttacking.add(new AttackingPredicate());
filterAttacking.getCreatureFilter().add(new AttackingPredicate());
}
public IroasGodOfVictory(UUID ownerId) {