.
Sylvan Library works strangely. I'm asked to pick two cards, then if I decide to put it on top of my library, I'm asked to pick a card from my hand. Shouldn't the card just go back to my library without having to pick it again, or is this a way to choose the order of cards put on the library?
In that case, it doesn't currently work, because when Forge only allows me to pick one of the two cards previously selected to put on top of my library, not either one.
EDIT: Also, this. Put AI's attacking
Wild Nacatl back on its library with
Azorius Charm.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.4.2-r22320
Operating System: Windows 7 6.1 amd64
Java Version: 1.7.0_21 Oracle Corporation
java.lang.NullPointerException
at forge.game.combat.Combat.assignAttackersDamage(Combat.java:464)
at forge.game.combat.Combat.assignCombatDamage(Combat.java:513)
at forge.game.phase.PhaseHandler.onPhaseBegin(PhaseHandler.java:342)
at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:875)
at forge.game.GameAction.startGame(GameAction.java:1465)
at forge.game.Match$1.run(Match.java:105)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)