Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-11-25 15:49:18 -05:00
12 changed files with 202 additions and 98 deletions

View File

@@ -799,7 +799,7 @@ stolen_booty(VOID_ARGS)
* member of the main orc horde.
*/
if (mtmp->data != &mons[PM_ORC_CAPTAIN])
mtmp = christen_orc(mtmp, upstart(gang));
mtmp = christen_orc(mtmp, upstart(gang), "");
}
}
/* Lastly, ensure there's several more orcs from the gang along the way.