Room.prototype.findAtkeepermelee = function() {
  return this.find(FIND_MY_CREEPS, {filter: (object) => filterByRole('atkeepermelee')(object)});
};