Unblind telepathy range and carried artifacts

This commit is contained in:
Pasi Kallinen
2024-04-05 09:44:52 +03:00
parent 080c6747fd
commit 969c87c0a1
3 changed files with 7 additions and 2 deletions

View File

@@ -3757,6 +3757,7 @@ extern void flip_worm_segs_horizontal(struct monst *, int, int) NONNULLARG1;
/* ### worn.c ### */
extern void recalc_telepat_range(void);
extern void setworn(struct obj *, long) NO_NNARGS; /* has tests for obj */
extern void setnotworn(struct obj *) NO_NNARGS; /* has tests for obj */
extern void allunworn(void);