mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
* Fixed a recently added bug of AttacksIfAbleAllEffect (e.g. causing Goblin Rabblemaster to not working correctly).
This commit is contained in:
parent
d5c1f35aca
commit
75d7ae2a6e
3 changed files with 5 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue