Fix drain life "problem" (zapping it at the floor required you to reach the

floor) by not making it wipe engravings to begin with.

--Ken A.
This commit is contained in:
arromdee
2002-01-10 06:08:58 +00:00
parent 50c0ace9a8
commit 1d86d33fde
3 changed files with 2 additions and 6 deletions

View File

@@ -2363,9 +2363,6 @@ struct obj *obj; /* wand or spell */
case SPE_FORCE_BOLT:
wipe_engr_at(x, y, d(2,4));
break;
case SPE_DRAIN_LIFE:
u_wipe_engr(3);
break;
default:
break;
}