forked from External/mage
* Willbender - Fixed that target of abilities could not be changed.
This commit is contained in:
parent
f6c1538bda
commit
e334d85078
3 changed files with 45 additions and 29 deletions
|
|
@ -178,7 +178,9 @@ public class StackAbility extends StackObjImpl implements Ability {
|
|||
|
||||
@Override
|
||||
public Abilities<Ability> getAbilities() {
|
||||
return emptyAbilites;
|
||||
Abilities<Ability> abilities = new AbilitiesImpl<>();
|
||||
abilities.add(ability);
|
||||
return abilities;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue