Ring of aggravate monster increases level difficulty

This commit is contained in:
Pasi Kallinen
2024-03-23 12:35:50 +02:00
parent a26f3d1838
commit 720c62c340
2 changed files with 4 additions and 0 deletions

View File

@@ -2041,6 +2041,9 @@ level_difficulty(void)
*/
#endif /*0*/
}
/* ring of aggravate monster */
if (EAggravate_monster)
res += 15;
return res;
}