mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixed Kjeldoran Outpost text.
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user