Board.prototype.registerHumanHover = function(element) {
  dom_space = getSpaceById(element[0].id);
  if (enabled === true && dom_space.prop('title') === '') {
    dom_space.addClass('hover').addClass(humanPlayer.iconClass);
  }