some small tweaks for CardList operations in GameAction.java

This commit is contained in:
jendave
2011-08-07 01:50:04 +00:00
parent 01471f54ad
commit 2b7cdfca58

View File

@@ -831,7 +831,7 @@ public class GameAction {
AllZone.HumanPlayer.setLife(humanLife, null);
if (qa != null){
computer.addAll(forge.quest.data.QuestUtil.getComputerCreatures(AllZone.QuestData, AllZone.QuestAssignment).toArray());
computer.addAll(forge.quest.data.QuestUtil.getComputerCreatures(AllZone.QuestData, AllZone.QuestAssignment));
}
for (Card c : human)