correct name of choice

master
melvin 2013-12-27 16:01:54 +08:00
parent 8f228236dc
commit 3bb28d63f3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
public MagicEvent getEvent(final MagicCardOnStack cardOnStack, final MagicPayedCost payedCost) {
return new MagicEvent(
cardOnStack,
MagicTargetChoice.POS_TARGET_P,
MagicTargetChoice.POS_TARGET_PERMANENT,
this,
"Regenerate target permanent\$."
);