Fixed site 9, "Battle of the Five Armies"

This commit is contained in:
PhallenCassidy
2016-10-27 11:15:00 -04:00
committed by GitHub
parent 3d014abbc0
commit 3fb6ecbda3

View File

@@ -24,7 +24,7 @@ import java.util.List;
*/
public class Card21_57 extends AbstractSite {
public Card21_57() {
super("Palantir Chamber", Block.TWO_TOWERS, 9, 9, Direction.LEFT);
super("Battle of the Five Armies", Block.HOBBIT, 9, 9, Direction.RIGHT);
addKeyword(keyword.MOUNTAIN);
addKeyword(keyword.BATTLEGROUND);
}
@@ -43,4 +43,4 @@ public class Card21_57 extends AbstractSite {
}
return null;
}
}
}