diff --git a/src/forge/CardFactory_Lands.java b/src/forge/CardFactory_Lands.java index bf6c0dfcb26..6592056c54e 100644 --- a/src/forge/CardFactory_Lands.java +++ b/src/forge/CardFactory_Lands.java @@ -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)); diff --git a/src/forge/Phase.java b/src/forge/Phase.java index 2cf416b2383..bfec70bc3e7 100644 --- a/src/forge/Phase.java +++ b/src/forge/Phase.java @@ -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()) {