Fix Target Picker

master
ShawnieBoy 2013-12-28 01:28:26 +00:00
parent 1199e049ef
commit bdeb87415f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
return new MagicEvent(
cardOnStack,
MagicTargetChoice.TARGET_CREATURE,
MagicShadowTargetPicker.getInstance(),
MagicHasteTargetPicker.getInstance(),
this,
"Target creature\$ gains haste until end of turn. Draw a card."
);