File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1411,6 +1411,7 @@ shopkeepers magnified the cost of shop items used up as a group; normally
14111411 candles to light them all charged N * N * single_candle_price
14121412the tile for Ixoth (knight's quest nemesis) depicted a demon rather than a
14131413 dragon; change it to be a red dragon
1414+ untrapping containers or doors gives some experience
14141415
14151416
14161417Fixes to 3.7.0-x General Problems Exposed Via git Repository
Original file line number Diff line number Diff line change @@ -5593,6 +5593,8 @@ untrap_box(
55935593 } else {
55945594 You ("disarm it!" );
55955595 box -> otrapped = 0 ;
5596+ more_experienced (8 , 0 );
5597+ newexplevel ();
55965598 }
55975599 exercise (A_DEX , TRUE);
55985600 } else {
@@ -5836,6 +5838,8 @@ untrap(
58365838 } else {
58375839 You ("disarm it!" );
58385840 levl [x ][y ].doormask &= ~D_TRAPPED ;
5841+ more_experienced (8 , 0 );
5842+ newexplevel ();
58395843 }
58405844 } else
58415845 pline ("This door was not trapped." );
You can’t perform that action at this time.
0 commit comments