fixed indentation

master
melvin 2012-09-24 13:54:43 +08:00
parent acd3d7fc54
commit f15dbb751b
1 changed files with 9 additions and 7 deletions

View File

@ -25,10 +25,12 @@ public class Into_the_Roil {
cardOnStack, cardOnStack,
new MagicKickerChoice( new MagicKickerChoice(
MagicTargetChoice.TARGET_NONLAND_PERMANENT, MagicTargetChoice.TARGET_NONLAND_PERMANENT,
MagicManaCost.ONE_BLUE,false), MagicManaCost.ONE_BLUE,false
),
MagicBounceTargetPicker.getInstance(), MagicBounceTargetPicker.getInstance(),
this, this,
"Return target nonland permanent$ to its owner's hand. If SN was kicked$, draw a card."); "Return target nonland permanent$ to its owner's hand. If SN was kicked$, draw a card."
);
} }
@Override @Override
public void executeEvent( public void executeEvent(