mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
small change to last update
This commit is contained in:
parent
e0ce04c436
commit
997bf86f20
1 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,9 @@ public class DealsCombatDamageToAPlayerTriggeredAbility extends TriggeredAbility
|
|||
this.onlyOpponents = ability.onlyOpponents;
|
||||
}
|
||||
|
||||
public void setOrPlaneswalker(boolean orPlaneswalker) {
|
||||
public DealsCombatDamageToAPlayerTriggeredAbility setOrPlaneswalker(boolean orPlaneswalker) {
|
||||
this.orPlaneswalker = orPlaneswalker;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue