<email deleted> wrote:
> * Searching next to a tame hidden monster gives the message "You find a
> <kraken>." It should be "your <kraken>."
While I don't consider this a bug, the change seems appropriate.
change leather spellbook to leathery; pertains to appearance, not composition
more precise probing/stethoscope feedback when engulfed
make baby long worms have lower level than full grown ones
+use "your kraken" instead of "a kraken" when searching reveals a tame
+ hidden monster
Platform- and/or Interface-Specific Fixes
map_invisible(x, y);
}
} else if (!sensemon(mtmp))
- You("find %s.", a_monnam(mtmp));
+ You("find %s.", mtmp->mtame ?
+ y_monnam(mtmp) :
+ a_monnam(mtmp));
return(1);
}
if(!canspotmon(mtmp)) {