Skip to content

Commit 30759ec

Browse files
committed
Remove the mysterious farce
Ignore-this: 5f2d0fb185b95276a465e51ec9163061 darcs-hash:20140508100829-ee7df-8e7ebe1c3683b500aa6424a727ffb52392754f6e
1 parent 9eab7e5 commit 30759ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/do.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ boolean at_stairs, falling, portal, mp_save;
14121412
* -2 8.33 4.17 0.0 -2 6.25 8.33 0.0
14131413
* -3 8.33 4.17 0.0 -3 6.25 0.0 0.0
14141414
*/
1415-
if (Inhell && up && u.uhave.amulet && !newdungeon && !portal &&
1415+
if (0 && Inhell && up && u.uhave.amulet && !newdungeon && !portal &&
14161416
(dunlev(&u.uz) < dunlevs_in_dungeon(&u.uz)-3)) {
14171417
if (!rn2(4)) {
14181418
int odds = 3 + (int)u.ualign.type, /* 2..4 */

0 commit comments

Comments
 (0)