Blessed scroll of destroy armor asks which armor to destroy

via xNetHack with some slight modifications.
This commit is contained in:
Pasi Kallinen
2024-12-06 11:09:23 +02:00
parent 9b4f38eebe
commit e23e6ef235
4 changed files with 45 additions and 0 deletions

View File

@@ -732,6 +732,8 @@ extern int remarm_swapwep(void);
extern int destroy_arm(struct obj *);
extern void adj_abon(struct obj *, schar) NONNULLARG1;
extern boolean inaccessible_equipment(struct obj *, const char *, boolean);
extern int any_worn_armor_ok(struct obj *);
extern int count_worn_armor(void);
/* ### dog.c ### */