Cursed magic whistle can teleport you to your pet

This commit is contained in:
Pasi Kallinen
2025-04-13 12:48:21 +03:00
parent e26a496088
commit 652f8576c0
4 changed files with 26 additions and 0 deletions

View File

@@ -3124,6 +3124,7 @@ extern int collect_coords(coord *, coordxy, coordxy, int, unsigned,
boolean (*)(coordxy, coordxy)) NONNULLARG1;
extern boolean safe_teleds(int);
extern boolean teleport_pet(struct monst *, boolean) NONNULLARG1;
extern void tele_to_rnd_pet(void);
extern void tele(void);
extern void scrolltele(struct obj *) NO_NNARGS;
extern int dotelecmd(void);