Added Reflecting Pool and Exotic Orchard with abAddReflectedMana keyword.

Changed getColors() and getColor2() to getLongManaString and getShortManaString.
Clean-up from FinestHour: rename resetAttackedThisPhase to resetAttackedThisCombat.
This commit is contained in:
jendave
2011-08-06 03:53:36 +00:00
parent 3b292208dd
commit 65f0068817
14 changed files with 587 additions and 308 deletions

View File

@@ -13842,7 +13842,7 @@ public class CardFactory implements NewConstants {
@Override
public void showMessage() {
retrieve.choices_made[0] = Input_PayManaCostUtil.getColor2(AllZone.Display.getChoiceOptional(
retrieve.choices_made[0] = Input_PayManaCostUtil.getShortColorString(AllZone.Display.getChoiceOptional(
"Select a Color", Constant.Color.onlyColors));
AllZone.Stack.add(retrieve);
stop();