from <Someone>'s list: destroy wand of digging

20000922    Water should flow into pits from broken WoD, or DoE.

This addresses the Wand of Digging part, but does not
do anything about Drum of Earthquake.
This commit is contained in:
nethack.allison
2003-10-16 02:36:26 +00:00
parent f86341a390
commit 716b2e81f4
4 changed files with 46 additions and 19 deletions

View File

@@ -245,6 +245,8 @@ E void FDECL(rot_corpse, (genericptr_t, long));
E struct obj *FDECL(buried_ball, (coord *));
E void NDECL(buried_ball_to_punishment);
E void NDECL(buried_ball_to_freedom);
E schar FDECL(fillholetyp, (int, int));
E void FDECL(liquid_flow, (XCHAR_P,XCHAR_P,SCHAR_P,struct trap *, const char *));
#if 0
E void FDECL(bury_monst, (struct monst *));
E void NDECL(bury_you);