Ken's leather cloak.

This commit is contained in:
nethack.allison
2002-01-09 00:33:38 +00:00
parent c9dc2a3c40
commit 40e0f19b53
6 changed files with 340 additions and 323 deletions

View File

@@ -551,7 +551,7 @@ register struct monst *mtmp;
if (mac < 10 && rn2(3))
mac += 1 + mongets(mtmp, LEATHER_GLOVES);
else if (mac < 10 && rn2(2))
mac += 1 + mongets(mtmp, ELVEN_CLOAK);
mac += 1 + mongets(mtmp, LEATHER_CLOAK);
if(ptr != &mons[PM_GUARD] &&
ptr != &mons[PM_WATCHMAN] &&