Skip to content

Commit

Permalink
Less leprechaun wizards in leprechaun halls.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Oct 14, 2023
1 parent 8ea8640 commit 3dcfd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mkroom.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ struct mkroom *sroom;
(sx == tx && sy == ty ? &mons[PM_QUEEN_BEE] :
&mons[PM_KILLER_BEE]) :
(type == LEPREHALL) ?
(rn2(14) ? &mons[PM_LEPRECHAUN]
(rn2(21) ? &mons[PM_LEPRECHAUN]
: &mons[PM_LEPRECHAUN_WIZARD]) :
(type == COCKNEST)
? rn2(4) ? &mons[PM_COCKATRICE] : &mons[PM_CHICKATRICE] :
Expand Down

0 comments on commit 3dcfd74

Please sign in to comment.