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