buildSettlement(player) {
    var corners = this.getAdjacentCorners();

    this.owner = player.id;
    this.isBuildable = false;