async function partialArm(selector) {
  const house = await db.House.findOne({
    where: {
      selector,
    },