Skip to content

Commit

Permalink
Merge pull request #531 from Umbire/patch-2
Browse files Browse the repository at this point in the history
error in gnoll warrior loadout
  • Loading branch information
elunna authored Feb 4, 2024
2 parents a107dc4 + f1544de commit 27c6305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@ register struct monst *mtmp;
case PM_GNOLL_WARRIOR:
if(!rn2(2))
(void) mongets(mtmp, ORCISH_HELM);
else if (rn2(3))
if (rn2(3))
(void) mongets(mtmp, SCALE_MAIL);
else
(void) mongets(mtmp, SPLINT_MAIL);
Expand Down

0 comments on commit 27c6305

Please sign in to comment.