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
+1 -1
View File
@@ -4282,7 +4282,7 @@ symbols for the various object types.
Any omitted types are filled in at the end from the previous order. Any omitted types are filled in at the end from the previous order.
.lp paranoid_confirmation .lp paranoid_confirmation
A space separated list of specific situations where alternate A space separated list of specific situations where alternate
prompting is desired. The default is \(lqparanoid_confirmation:pray swim\(rq. prompting is desired. The default is \(lqparanoid_confirmation:pray swim trap\(rq.
.PS Were-change .PS Were-change
.PL Confirm .PL Confirm
for any prompts which are set to require \(lqyes\(rq rather than \(oqy\(cq, for any prompts which are set to require \(lqyes\(rq rather than \(oqy\(cq,
+1 -1
View File
@@ -4698,7 +4698,7 @@ are filled in at the end from the previous order.
\item[\ib{paranoid\verb+_+confirmation}] \item[\ib{paranoid\verb+_+confirmation}]
A space separated list of specific situations where alternate A space separated list of specific situations where alternate
prompting is desired. prompting is desired.
The default is ``{\it paranoid\verb+_+confirmation:pray swim}''. The default is ``{\it paranoid\verb+_+confirmation:pray swim trap}''.
%.sd %.sd
%.si %.si
\newlength{\pcwidth} \newlength{\pcwidth}
+1 -1
View File
@@ -6887,7 +6887,7 @@ initoptions_init(void)
flags.end_own = FALSE; flags.end_own = FALSE;
flags.end_top = 3; flags.end_top = 3;
flags.end_around = 2; 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.versinfo = have_branch ? 4 : 1;
flags.pile_limit = PILE_LIMIT_DFLT; /* 5 */ flags.pile_limit = PILE_LIMIT_DFLT; /* 5 */
flags.runmode = RUN_LEAP; flags.runmode = RUN_LEAP;