fix #K4060 - "you walk quietly" while riding
Donning elven boots while riding and not already stealthy, you'd get the message "you walk quietly" when not walking at all. Instead of just changing the message, make riding a non-flying steed block stealth. Riding a flying steed (or one you take aloft with an amulet of flying) does not. It would have been quite a bit simpler to have made riding anything block stealth, but the hard part is done.
This commit is contained in:
@@ -2792,6 +2792,7 @@ extern void exercise_steed(void);
|
||||
extern void kick_steed(void);
|
||||
extern void dismount_steed(int);
|
||||
extern void place_monster(struct monst *, coordxy, coordxy);
|
||||
extern void poly_steed(struct monst *, struct permonst *);
|
||||
extern boolean stucksteed(boolean);
|
||||
|
||||
/* ### symbols.c ### */
|
||||
|
||||
Reference in New Issue
Block a user