mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
* Added missing override of getAllEffects.
This commit is contained in:
parent
ae4580fadc
commit
1739bcab56
1 changed files with 5 additions and 0 deletions
|
@ -237,6 +237,11 @@ public class StackAbility extends StackObjImpl implements Ability {
|
|||
return ability.getEffects();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Effects getAllEffects() {
|
||||
return ability.getAllEffects();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Effects getEffects(Game game, EffectType effectType) {
|
||||
return ability.getEffects(game, effectType);
|
||||
|
|
Loading…
Reference in a new issue