Skip to content

Commit

Permalink
Ring of aggravate monster increases level difficulty
Browse files Browse the repository at this point in the history
  • Loading branch information
paxed committed Mar 23, 2024
1 parent a26f3d1 commit 720c62c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/fixes3-7-0.txt
Expand Up @@ -1383,6 +1383,7 @@ using '#adjust c d' or '#adjust d c' after splitting slot c via '#adjust Nc d'
them even though merging was the intended behavior (the 3.6 change
that caused this was intended to avoid collecting other compatible
stacks while still merging the two specified ones)
ring of aggravate monster increases the level difficulty


Fixes to 3.7.0-x General Problems Exposed Via git Repository
Expand Down
3 changes: 3 additions & 0 deletions src/dungeon.c
Expand Up @@ -2041,6 +2041,9 @@ level_difficulty(void)
*/
#endif /*0*/
}
/* ring of aggravate monster */
if (EAggravate_monster)
res += 15;
return res;
}

Expand Down

0 comments on commit 720c62c

Please sign in to comment.