Use #monster to make dragon steed breathe

This commit is contained in:
Pasi Kallinen
2023-09-30 22:44:46 +03:00
parent b1e3863b43
commit 6e09c980d2
4 changed files with 6 additions and 2 deletions

View File

@@ -630,6 +630,7 @@ extern boolean cursed_object_at(coordxy, coordxy);
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 pet_ranged_attk(struct monst *);
extern int dog_move(struct monst *, int);
extern boolean could_reach_item(struct monst *, coordxy, coordxy);
extern void finish_meating(struct monst *);