tin variety followup (trunk only)

This commit is contained in:
nethack.allison
2003-10-28 04:14:01 +00:00
parent d08dcbc3fb
commit 4c0d380e68
5 changed files with 7 additions and 6 deletions

View File

@@ -431,7 +431,7 @@ boolean artif;
if (mons[mndx].cnutrit &&
!(mvitals[mndx].mvflags & G_NOCORPSE)) {
otmp->corpsenm = mndx;
set_tin_variety(otmp, 0);
set_tin_variety(otmp, RANDOM_TIN);
break;
}
}