From 6c895ab6f6e502eea22d067e6a71f1078573dd93 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 28 Dec 2024 20:54:36 +0200 Subject: [PATCH] Boulder-over-pit sanity when breaking wand of digging --- src/apply.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apply.c b/src/apply.c index f927f7085..2446f2ed8 100644 --- a/src/apply.c +++ b/src/apply.c @@ -4020,6 +4020,7 @@ do_break_wand(struct obj *obj) && !levl[x][y].candig)) ? PIT : HOLE); } } + fill_pit(x, y); continue; } else if (obj->otyp == WAN_CREATE_MONSTER) { /* u.ux,u.uy creates it near you--x,y might create it in rock */