- Converted Firebolt, Tinker, Oust, Path to Exile to AF

- moveTo Tweaks
This commit is contained in:
jendave
2011-08-06 15:48:41 +00:00
parent b5ce2f193f
commit aedf570c59
9 changed files with 26 additions and 576 deletions

View File

@@ -248,7 +248,7 @@ public class GameAction {
// todo is this copy necessary?
c = AllZone.CardFactory.copyCard(c);
if (libPosition == -1)
if (libPosition == -1 || libPosition > library.getCards().length)
libPosition = library.getCards().length;
library.add(c, libPosition);