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

@@ -498,6 +498,8 @@ use_magic_whistle(struct obj *obj)
You("produce a %shigh-%s.", Underwater ? "very " : "",
Deaf ? "frequency vibration" : "pitched humming noise");
wake_nearby(TRUE);
if (!rn2(2))
tele_to_rnd_pet();
} else {
/* it's magic! it works underwater too (at a higher pitch) */
You(Deaf ? alt_whistle_str : whistle_str,