* Fixed a recently added bug of AttacksIfAbleAllEffect (e.g. causing Goblin Rabblemaster to not working correctly).

This commit is contained in:
LevelX2 2015-01-18 09:22:24 +01:00
parent d5c1f35aca
commit 75d7ae2a6e
3 changed files with 5 additions and 4 deletions

View file

@ -64,11 +64,9 @@ public class GoblinRabblemaster extends CardImpl {
static {
otherGoblinFilter.add(new AnotherPredicate());
otherGoblinFilter.add(new ControllerPredicate(TargetController.YOU));
otherGoblinFilter.add(new SubtypePredicate("Goblin"));
attackingFilter.add(new AttackingPredicate());
attackingFilter.add(new AnotherPredicate());
attackingFilter.add(new SubtypePredicate("Goblin"));
}
public GoblinRabblemaster(UUID ownerId) {