def update_home(player, order)
          return if order == 0
          idx = home.index do |h|
            h['order'] == order
          end