Add walking on traps to default paranoid_confirm

This commit is contained in:
Pasi Kallinen
2024-03-20 19:31:09 +02:00
parent 4786f82e73
commit 23d1657dca
3 changed files with 3 additions and 3 deletions

View File

@@ -6887,7 +6887,7 @@ initoptions_init(void)
flags.end_own = FALSE;
flags.end_top = 3;
flags.end_around = 2;
flags.paranoia_bits = PARANOID_PRAY | PARANOID_SWIM;
flags.paranoia_bits = PARANOID_PRAY | PARANOID_SWIM | PARANOID_TRAP;
flags.versinfo = have_branch ? 4 : 1;
flags.pile_limit = PILE_LIMIT_DFLT; /* 5 */
flags.runmode = RUN_LEAP;