11 lines
283 B
Groovy
11 lines
283 B
Groovy
|
[
|
||
|
new MagicStatic(
|
||
|
MagicLayer.ModPT,
|
||
|
MagicTargetFilter.TARGET_SLIVER) {
|
||
|
@Override
|
||
|
public void modPowerToughness(final MagicPermanent source,final MagicPermanent permanent,final MagicPowerToughness pt) {
|
||
|
pt.add(0,1);
|
||
|
}
|
||
|
}
|
||
|
]
|