Balrogs prefer bullwhip is hero is wielding something

This commit is contained in:
Pasi Kallinen
2023-10-04 19:48:21 +03:00
parent 3946c5a01d
commit 93b9467c08
2 changed files with 3 additions and 0 deletions

View File

@@ -663,6 +663,8 @@ select_hwep(struct monst *mtmp)
if (is_giant(mtmp->data)) /* giants just love to use clubs */
Oselect(CLUB);
else if (mtmp->data == &mons[PM_BALROG] && uwep)
Oselect(BULLWHIP);
/* only strong monsters can wield big (esp. long) weapons */
/* big weapon is basically the same as bimanual */