#dipping from steed
Fix the reported bug of an unskilled rider who is unable to pick items off the floor while mounted still being able to dip into water. There might be other actions which need similar checking; this one only handles the dip into pool/moat case.
This commit is contained in:
@@ -1876,6 +1876,7 @@ E struct obj *FDECL(findgold, (struct obj *));
|
||||
/* ### steed.c ### */
|
||||
|
||||
#ifdef STEED
|
||||
E void NDECL(rider_cant_reach);
|
||||
E boolean FDECL(can_saddle, (struct monst *));
|
||||
E int FDECL(use_saddle, (struct obj *));
|
||||
E boolean FDECL(can_ride, (struct monst *));
|
||||
|
||||
Reference in New Issue
Block a user