shop repair revisited

This repair behavior should be closer to the orginal, except without
the old sequencing issues.
This commit is contained in:
PatR
2022-04-11 17:53:09 -07:00
parent 53e10d582d
commit 699a25c00b
2 changed files with 24 additions and 10 deletions
-1
View File
@@ -2437,7 +2437,6 @@ extern void sellobj(struct obj *, xchar, xchar);
extern int doinvbill(int);
extern struct monst *shkcatch(struct obj *, xchar, xchar);
extern void add_damage(xchar, xchar, long);
extern int repair_damage(struct monst *, struct damage *);
extern void fix_shop_damage(void);
extern int shk_move(struct monst *);
extern void after_shk_move(struct monst *);