replace groovy script with ability in card script

master
melvin 2013-08-26 13:30:13 +08:00
parent ae9dd2f320
commit 58dc1570d7
2 changed files with 1 additions and 11 deletions

View File

@ -1,10 +0,0 @@
[
new MagicStatic(
MagicLayer.Ability,
MagicTargetFilter.TARGET_SLIVER) {
@Override
public void modAbilityFlags(final MagicPermanent source,final MagicPermanent permanent,final Set<MagicAbility> flags) {
flags.add(MagicAbility.Flying);
}
}
]

View File

@ -7,6 +7,6 @@ type=Creature
subtype=Sliver
cost={1}{U}
pt=1/1
ability=lord ability all sliver creatures have flying
static=all
timing=main
requires_groovy_code