if(!isNaN(player.selectedScore)){
      pointDifference = player.selectedScore - gainedPoints;//positive, negative 0
      if(pointDifference > 0){
        this.mediator.publish('messages-add', player.name + ' said ' + player.selectedScore + ' points');
        this.mediator.publish('messages-add', 'the actual points were ' + gainedPoints);