convert tab to four spaces

master
melvin 2013-07-30 16:02:02 +08:00
parent 62cfc882d9
commit 35d99432a9
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
MagicPumpTargetPicker.create(),
this,
"Target creature\$ gains trample and gets +X/+0 until end of turn, where X is its power. " +
"Sacrifice it at the beginning of the next end step."
"Sacrifice it at the beginning of the next end step."
);
}
@Override

View File

@ -781,9 +781,9 @@ public interface MagicTargetFilter<T extends MagicTarget> {
MagicPermanentFilterImpl TARGET_FAERIE_YOU_CONTROL = Factory.tribal(MagicSubType.Faerie, Control.You);
MagicPermanentFilterImpl TARGET_FAERIE_CREATURE_YOU_CONTROL = Factory.creature(MagicSubType.Faerie, Control.You);
MagicPermanentFilterImpl TARGET_FAERIE_CREATURE_YOU_CONTROL = Factory.creature(MagicSubType.Faerie, Control.You);
MagicPermanentFilterImpl TARGET_SPIRIT_YOU_CONTROL = Factory.creature(MagicSubType.Spirit, Control.You);
MagicPermanentFilterImpl TARGET_SPIRIT_YOU_CONTROL = Factory.creature(MagicSubType.Spirit, Control.You);
MagicPermanentFilterImpl TARGET_MODULAR_CREATURE_YOU_CONTROL = Factory.creature(MagicAbility.Modular, Control.You);