Skip to content

Commit

Permalink
Wraiths frequently generate with robes.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Oct 27, 2023
1 parent 9778dfb commit dea37ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/makemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2630,6 +2630,8 @@ register struct monst *mtmp;
}
break;
case S_WRAITH:
if (!rn2(2))
(void) mongets(mtmp, ROBE);
if (ptr == &mons[PM_NAZGUL]) {
otmp = mksobj(RIN_INVISIBILITY, FALSE, FALSE);
curse(otmp);
Expand Down

0 comments on commit dea37ad

Please sign in to comment.