@@ -2243,7 +2243,7 @@ bhitpile(
int
zappable(struct obj *wand)
{
if (wand->spe < 0 || (wand->spe == 0 && rn2(121)))
if (wand->spe < 0 || (wand->spe == 0 && rn2(WAND_WREST_CHANCE)))
return 0;
if (wand->spe == 0)
You("wrest one last charge from the worn-out wand.");
The note is not visible to the blocked user.