BuildModalModel.prototype.onBuildSettlement = function(data, next) {
  var thisPlayer = this.roomModel.thisPlayer;

  if (thisPlayer && thisPlayer.id === data.playerId) {
    this.allowanceSettlements = this.allowanceSettlements - 1;