Skip to content

Commit

Permalink
Added lenses and goggle info to object lookup.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Sep 24, 2023
1 parent 6ba7fc4 commit 9b1c631
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,11 @@ char *usr_text;
OBJPUTSTR(buf);
}
}
/* Kludge for some eyewear. Otherwise we need to add a property field to TOOL which seems like overkill. */
if (otyp == LENSES)
OBJPUTSTR("Confers searching.");
else if (otyp == GOGGLES)
OBJPUTSTR("Confers underwater vision.");
}

/* MISC PROPERTIES */
Expand Down

0 comments on commit 9b1c631

Please sign in to comment.