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