mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Fixed a typo
This commit is contained in:
@@ -403,7 +403,7 @@ public class HumanPlay {
|
|||||||
//Jotun Grunt
|
//Jotun Grunt
|
||||||
int amount = Integer.parseInt(((CostPutCardToLib) part).getAmount());
|
int amount = Integer.parseInt(((CostPutCardToLib) part).getAmount());
|
||||||
final ZoneType from = ((CostPutCardToLib) part).getFrom();
|
final ZoneType from = ((CostPutCardToLib) part).getFrom();
|
||||||
List<Card> list = CardLists.getValidCards(p.getGame().getCardsIn(from), part.getType().split(","), p, source);
|
List<Card> list = CardLists.getValidCards(p.getGame().getCardsIn(from), part.getType().split(";"), p, source);
|
||||||
List<Player> players = p.getGame().getPlayers();
|
List<Player> players = p.getGame().getPlayers();
|
||||||
List<Player> payableZone = new ArrayList<Player>();
|
List<Player> payableZone = new ArrayList<Player>();
|
||||||
for (Player player : players) {
|
for (Player player : players) {
|
||||||
|
|||||||
Reference in New Issue
Block a user