Use could_reach_item

This commit is contained in:
Pasi Kallinen
2023-01-31 19:09:43 +02:00
parent 97d7a735a4
commit 4ccee5a177
3 changed files with 3 additions and 4 deletions

View File

@@ -620,6 +620,7 @@ extern struct obj *droppables(struct monst *);
extern int dog_nutrition(struct monst *, struct obj *);
extern int dog_eat(struct monst *, struct obj *, coordxy, coordxy, boolean);
extern int dog_move(struct monst *, int);
extern boolean could_reach_item(struct monst *, coordxy, coordxy);
extern void finish_meating(struct monst *);
extern void quickmimic(struct monst *);