From 5103e1af029c4a924823f70e46d66cca0d4ded7d Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 00:41:49 +0000 Subject: [PATCH] - Minor documentation update for the Setup Battlefield dev command --- src/forge/GuiDisplay4.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/forge/GuiDisplay4.java b/src/forge/GuiDisplay4.java index 888587cbc1c..bbd09d5f61b 100644 --- a/src/forge/GuiDisplay4.java +++ b/src/forge/GuiDisplay4.java @@ -176,7 +176,10 @@ public class GuiDisplay4 extends JFrame implements CardContainer, Display, NewCo private static final long serialVersionUID = -6660930759092583160L; public void actionPerformed(ActionEvent arg0) { - // Set up the battlefield here - list the cards that need to be placed on the human and the AI's battlefield, respectively + // SET UP THE BATTLEFIELD HERE + // - define the life values for Human and AI; + // - list the cards that need to be placed on the human and the AI's battlefield, respectively; + // - list the cards to be placed in the human and AI hands instead of their current hands; int setHumanLife = 10; int setComputerLife = 6; String humanSetupCardsInPlay[] = {"Mountain", "Raging Goblin"}; // cards to be placed on the human battlefield