Add walking on traps to default paranoid_confirm
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user