fix B3032 -- wand of speed monster id
Make wands of speed or slow monster known if their effect on monsters is observed; likewise for speed boots. Also, avoid giving odd "the bat is moving faster" when seeing a bat created in gehennom and inaccurate "the monster is moving slower" when a monster puts on speed boots.
This commit is contained in:
@@ -2238,7 +2238,7 @@ E boolean FDECL(worm_known, (struct monst *));
|
||||
E void FDECL(setworn, (struct obj *,long));
|
||||
E void FDECL(setnotworn, (struct obj *));
|
||||
E void FDECL(mon_set_minvis, (struct monst *));
|
||||
E void FDECL(mon_adjust_speed, (struct monst *,int));
|
||||
E void FDECL(mon_adjust_speed, (struct monst *,int,struct obj *));
|
||||
E void FDECL(update_mon_intrinsics, (struct monst *,struct obj *,BOOLEAN_P));
|
||||
E int FDECL(find_mac, (struct monst *));
|
||||
E void FDECL(m_dowear, (struct monst *,BOOLEAN_P));
|
||||
|
||||
Reference in New Issue
Block a user