Dropping items disturbs buried zombies

This commit is contained in:
Pasi Kallinen
2023-11-02 20:31:51 +02:00
parent e6993f2ef1
commit 852f8e4996
3 changed files with 3 additions and 2 deletions

View File

@@ -993,6 +993,7 @@ extern boolean test_move(coordxy, coordxy, coordxy, coordxy, int);
extern int wiz_debug_cmd_traveldisplay(void);
#endif
extern boolean u_rooted(void);
extern void check_buried_zombies(coordxy, coordxy);
extern boolean u_maybe_impaired(void);
extern const char *u_locomotion(const char *);
extern void handle_tip(int);