Explicitly list the random breath types

This commit is contained in:
Pasi Kallinen
2022-08-24 10:29:59 +03:00
parent f3f5fa8cfd
commit edae8273b9
3 changed files with 14 additions and 2 deletions

View File

@@ -893,8 +893,7 @@ breathwep_name(int typ)
int
breamm(struct monst* mtmp, struct attack* mattk, struct monst* mtarg)
{
/* if new breath types are added, change AD_ACID to max type */
int typ = (mattk->adtyp == AD_RBRE) ? rnd(AD_ACID) : mattk->adtyp ;
int typ = get_atkdam_type(mattk->adtyp);
if (m_lined_up(mtarg, mtmp)) {
if (mtmp->mcan) {