mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
HumanPlay: forgot one for exiledList
This commit is contained in:
@@ -530,7 +530,7 @@ public class HumanPlay {
|
|||||||
}
|
}
|
||||||
list = list.subList(0, nNeeded);
|
list = list.subList(0, nNeeded);
|
||||||
for (Card c : list) {
|
for (Card c : list) {
|
||||||
p.getGame().getAction().exile(c);
|
exiledList.add(p.getGame().getAction().exile(c));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// replace this with input
|
// replace this with input
|
||||||
|
|||||||
Reference in New Issue
Block a user