mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Converted Firebolt, Tinker, Oust, Path to Exile to AF
- moveTo Tweaks
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user