Add walking on traps to default paranoid_confirm
This commit is contained in:
@@ -4282,7 +4282,7 @@ symbols for the various object types.
|
||||
Any omitted types are filled in at the end from the previous order.
|
||||
.lp paranoid_confirmation
|
||||
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
|
||||
.PL Confirm
|
||||
for any prompts which are set to require \(lqyes\(rq rather than \(oqy\(cq,
|
||||
|
||||
@@ -4698,7 +4698,7 @@ are filled in at the end from the previous order.
|
||||
\item[\ib{paranoid\verb+_+confirmation}]
|
||||
A space separated list of specific situations where alternate
|
||||
prompting is desired.
|
||||
The default is ``{\it paranoid\verb+_+confirmation:pray swim}''.
|
||||
The default is ``{\it paranoid\verb+_+confirmation:pray swim trap}''.
|
||||
%.sd
|
||||
%.si
|
||||
\newlength{\pcwidth}
|
||||
|
||||
@@ -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