- Fixed Kjeldoran Outpost text.

This commit is contained in:
jendave
2011-08-06 04:37:49 +00:00
parent 8f1b2b1d34
commit 9c1fa9bef3
2 changed files with 2 additions and 2 deletions

View File

@@ -2985,7 +2985,7 @@ class CardFactory_Lands {
card.addComesIntoPlayCommand(comesIntoPlay);
card.addSpellAbility(ability2);
ability2.setDescription("tap: Put a 1/1 white soldier token in play.");
ability2.setDescription("1 W, tap: Put a 1/1 white soldier token in play.");
ability2.setStackDescription("Kjeldoran Outpost - put a 1/1 white soldier token in play");
ability2.setBeforePayMana(new Input_PayManaCost(ability2));

View File

@@ -84,7 +84,7 @@ public class Phase extends MyObservable
public void nextPhase() {
System.out.println("Current Phase:" + AllZone.Phase.getPhase());
//System.out.println("Current Phase:" + AllZone.Phase.getPhase());
//System.out.println("current active Player: " + getActivePlayer());
//experimental, add executeCardStateEffects() here:
for(String effect:AllZone.StaticEffects.getStateBasedMap().keySet()) {