mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
* 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:
parent
3c4a69d117
commit
765652b74b
3 changed files with 6 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue