11 lines
346 B
Groovy
11 lines
346 B
Groovy
|
[
|
||
|
new MagicStatic(MagicLayer.ModPT) {
|
||
|
@Override
|
||
|
public void modPowerToughness(final MagicPermanent source,final MagicPermanent permanent,final MagicPowerToughness pt) {
|
||
|
if (source.getController().getNrOfPermanentsWithSubType(MagicSubType.Island) > 0) {
|
||
|
pt.add(1,1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|