mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user