2013-06-02 22:32:35 -07:00
|
|
|
[
|
|
|
|
new MagicStatic(MagicLayer.ModPT) {
|
|
|
|
@Override
|
|
|
|
public void modPowerToughness(final MagicPermanent source,final MagicPermanent permanent,final MagicPowerToughness pt) {
|
|
|
|
if (source.getController().controlsPermanent(MagicColor.White)) {
|
|
|
|
pt.add(1,1);
|
2013-06-23 18:29:26 -07:00
|
|
|
}
|
2013-06-02 22:32:35 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
new MagicStatic(MagicLayer.ModPT) {
|
|
|
|
@Override
|
|
|
|
public void modPowerToughness(final MagicPermanent source,final MagicPermanent permanent,final MagicPowerToughness pt) {
|
|
|
|
if (source.getController().controlsPermanent(MagicColor.Blue)) {
|
|
|
|
pt.add(1,1);
|
2013-06-23 18:29:26 -07:00
|
|
|
}
|
2013-06-02 22:32:35 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|