fix B16005 engraving headstone with weapon

>If you're engraving one with a weapon, shouldn't it dull that
>	weapon?
This commit is contained in:
nethack.allison
2003-01-11 17:53:26 +00:00
parent 29bdf381e6
commit ace325b692
2 changed files with 2 additions and 0 deletions

View File

@@ -1017,6 +1017,7 @@ doengrave()
multi = -(len/10);
if (multi) nomovemsg = "You finish writing in the dust.";
break;
case HEADSTONE:
case ENGRAVE:
multi = -(len/10);
if ((otmp->oclass == WEAPON_CLASS) &&