comment thinko

This commit is contained in:
PatR
2024-03-31 15:46:10 -07:00
parent 3755738e7f
commit 7f12c7e0e6

View File

@@ -229,7 +229,7 @@ castmu(
}
if (mattk->adtyp == AD_SPEL || mattk->adtyp == AD_CLRC) {
/* monst->m_lev is unsigned (uchar), permonst->mspec_used is int */
/* monst->m_lev is unsigned (uchar), monst->mspec_used is int */
mtmp->mspec_used = (int) ((mtmp->m_lev < 8) ? (10 - mtmp->m_lev) : 2);
}