- Fixed some missing ability description.

This commit is contained in:
Sloth
2012-12-20 07:19:28 +00:00
parent 47f474640f
commit 47f402835d
2 changed files with 2 additions and 0 deletions

View File

@@ -1006,6 +1006,7 @@ public final class GameActionUtil {
sb.append(" exiles the top four cards of his or her library. ");
sb.append("If two or more of those cards have the same name, repeat this process.");
ability.setStackDescription(sb.toString());
ability.setDescription(sb.toString());
Singletons.getModel().getGame().getStack().addSimultaneousStackEntry(ability);

View File

@@ -660,6 +660,7 @@ public class Upkeep extends Phase {
} // end resolve()
}; // end pay ability
pay.setStackDescription("Demonic Hordes - Upkeep Cost");
pay.setDescription("Demonic Hordes - Upkeep Cost");
Singletons.getModel().getGame().getStack().addSimultaneousStackEntry(pay);