RoomPosition.prototype.findClosestByRangeSourceKeeper = function() {
  return this.findClosestByRange(FIND_HOSTILE_CREEPS, {filter: (object) => object.owner.username === 'Source Keeper'});
};