diff --git a/inventory.cpp b/inventory.cpp index 80b82c63..24626b71 100644 --- a/inventory.cpp +++ b/inventory.cpp @@ -439,6 +439,14 @@ EX namespace inv { evokeBeautyAt(c); } + if(it == itOrbDigging) { + forCellCM(c2, cwt.at) { + earthFloor(c2); + if(c2->wall == waCavewall && !c2->monst) + c2->wall = waNone; + } + } + if(it == itOrbSword || it == itOrbSword2) { for(int i=0; i