replace groovy script with lord pt

master
melvin 2013-08-26 13:02:18 +08:00
parent 49d78d4d0c
commit 318304f4f4
2 changed files with 1 additions and 11 deletions

View File

@ -1,10 +0,0 @@
[
new MagicStatic(
MagicLayer.ModPT,
MagicTargetFilter.TARGET_SLIVER) {
@Override
public void modPowerToughness(final MagicPermanent source,final MagicPermanent permanent,final MagicPowerToughness pt) {
pt.add(0,2);
}
}
]

View File

@ -7,6 +7,6 @@ type=Creature
subtype=Sliver
cost={3}{W}
pt=2/2
ability=lord pt all sliver creatures get +0/+2
static=all
timing=main
requires_groovy_code