This adds in <Someone>'s autodig patch.
This commit is contained in:
@@ -228,6 +228,7 @@ E boolean FDECL(dig_check, (struct monst *, BOOLEAN_P, int, int));
|
||||
E void FDECL(digactualhole, (int,int,struct monst *,int));
|
||||
E boolean FDECL(dighole, (BOOLEAN_P));
|
||||
E int FDECL(use_pick_axe, (struct obj *));
|
||||
E int FDECL(use_pick_axe2, (struct obj *));
|
||||
E boolean FDECL(mdig_tunnel, (struct monst *));
|
||||
E void FDECL(watch_dig, (struct monst *,XCHAR_P,XCHAR_P,BOOLEAN_P));
|
||||
E void NDECL(zap_dig);
|
||||
|
||||
@@ -22,6 +22,7 @@ struct flag {
|
||||
#ifdef MFLOPPY
|
||||
boolean asksavedisk;
|
||||
#endif
|
||||
boolean autodig; /* MRKR: Automatically dig */
|
||||
boolean autoquiver; /* Automatically fill quiver */
|
||||
boolean beginner;
|
||||
#ifdef MAIL
|
||||
|
||||
Reference in New Issue
Block a user