Skip to content

Commit

Permalink
error in gnoll warrior loadout
Browse files Browse the repository at this point in the history
I know this has basically been abandoned, but this might be worth it: this was a leftover from removing the DSM in gnolls' starting inventory.
  • Loading branch information
Umbire authored Feb 3, 2024
1 parent 0d1ed3d commit f1544de
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 f1544de

Please sign in to comment.