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