ConditionalStaticAbility. New implementation of Sejiri Merfolk.

This commit is contained in:
magenoxx 2011-08-12 00:35:54 +04:00
parent 9a2f819992
commit 5010ef9dbe
6 changed files with 110 additions and 24 deletions

View file

@ -180,8 +180,8 @@ public class StackAbility implements StackObject, Ability {
}
@Override
public Effects getEffects(EffectType effectType) {
return ability.getEffects(effectType);
public Effects getEffects(Game game, EffectType effectType) {
return ability.getEffects(game, effectType);
}
@Override