1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-02 17:00:11 -09:00
This commit is contained in:
Loki 2011-09-16 13:34:13 +03:00
parent bb3ce04f27
commit d05f6e1542

View file

@ -61,6 +61,10 @@ public class EntersBattlefieldEffect extends ReplacementEffectImpl<EntersBattlef
this.text = effect.text;
}
public void addEffect(Effect effect) {
baseEffects.add(effect);
}
@Override
public boolean applies(GameEvent event, Ability source, Game game) {
if (event.getType() == EventType.ENTERS_THE_BATTLEFIELD && event.getTargetId().equals(source.getSourceId())) {