mirror of
https://github.com/magefree/mage.git
synced 2026-01-18 09:19:56 -08:00
ConditionalStaticAbility. New implementation of Sejiri Merfolk.
This commit is contained in:
parent
9a2f819992
commit
5010ef9dbe
6 changed files with 110 additions and 24 deletions
|
|
@ -263,7 +263,7 @@ public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Effects getEffects(EffectType effectType) {
|
||||
public Effects getEffects(Game game, EffectType effectType) {
|
||||
Effects typedEffects = new Effects();
|
||||
for (Effect effect: getEffects()) {
|
||||
if (effect.getEffectType() == effectType) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue