elven boots

<email deleted> wrote:
> While levitating, I put on an unknown pair of boots.  They turned out to be
> elven boots.  I received the message, "You finish your dressing maneuver.  You
> walk very quietly."  Incidentally, I was hallucinating at the time.
>
> It seems to me that levitating individuals shouldn't be able to tell that they
> walk quietly.
This commit is contained in:
nethack.allison
2006-05-19 18:35:11 +00:00
parent aec65a0acb
commit d21d3d5ca8
2 changed files with 5 additions and 1 deletions

View File

@@ -113,7 +113,10 @@ Boots_on()
case ELVEN_BOOTS:
if (!oldprop && !HStealth && !BStealth) {
makeknown(uarmf->otyp);
You("walk very quietly.");
if (Levitation || Flying)
You("float imperceptibly.");
else
You("walk very quietly.");
}
break;
case FUMBLE_BOOTS: