incorporate some pmnames feedback

Also an update to a fixes37.0 entry
This commit is contained in:
nhmall
2020-12-26 19:07:19 -05:00
parent a7c63f8abc
commit 772e876e44
7 changed files with 13 additions and 13 deletions

View File

@@ -251,7 +251,7 @@ int x,y;
{
int i = rnd(level_difficulty());
int pm = (i > 9) ? PM_OGRE_TYRANT
: (i > 5) ? PM_ELVENMONARCH
: (i > 5) ? PM_ELVEN_MONARCH
: (i > 2) ? PM_DWARF_RULER
: PM_GNOME_RULER;
struct monst *mon = makemon(&mons[pm], x, y, NO_MM_FLAGS);