From 3dfd51d15686de33737a58fe74751122f272816a Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Thu, 23 Jun 2016 20:11:44 +0200 Subject: Remove 'alert_hitpoint' option; behave as if always set This actually preserves previous behavior since setting the warning threshold to 0% (default) has the same effect as disabling the alert entirely. --- lib/help/macrofaq.txt | 1 - lib/help/option.txt | 4 ---- lib/mods/theme/help/macrofaq.txt | 1 - lib/mods/theme/help/option.txt | 4 ---- lib/mods/theme/user/all.prf | 3 --- 5 files changed, 13 deletions(-) (limited to 'lib') diff --git a/lib/help/macrofaq.txt b/lib/help/macrofaq.txt index 8194d7fe..a82074c1 100644 --- a/lib/help/macrofaq.txt +++ b/lib/help/macrofaq.txt @@ -1772,7 +1772,6 @@ options screen. rogue_like_commands use_old_target always_pickup -alert_hitpoint auto_scum #####G---------------------------------------------------------------------- diff --git a/lib/help/option.txt b/lib/help/option.txt index 7563f83b..636fe2d1 100644 --- a/lib/help/option.txt +++ b/lib/help/option.txt @@ -171,10 +171,6 @@ off at will during the course of the game. even if this option is unset. (You may also inscribe an item with {.} to suppress its random-teleportation power, unless it is cursed.) -#####GAlert user to critical hitpoints [alert_hitpoint] - Produce a "bell" noise, and flushes all pending input, when your hitpoints - reach the warning point chosen elsewhere, preventing stupid deaths. - #####GAlert user to various failures [alert_failure] Produce a "bell" noise, and flushes all pending input, when various failures occur, as described above. diff --git a/lib/mods/theme/help/macrofaq.txt b/lib/mods/theme/help/macrofaq.txt index 035f674b..d285194c 100644 --- a/lib/mods/theme/help/macrofaq.txt +++ b/lib/mods/theme/help/macrofaq.txt @@ -1776,7 +1776,6 @@ options screen. rogue_like_commands use_old_target always_pickup -alert_hitpoint auto_scum #####G---------------------------------------------------------------------- diff --git a/lib/mods/theme/help/option.txt b/lib/mods/theme/help/option.txt index 00ee15a4..96d84b86 100644 --- a/lib/mods/theme/help/option.txt +++ b/lib/mods/theme/help/option.txt @@ -171,10 +171,6 @@ off at will during the course of the game. even if this option is unset. (You may also inscribe an item with {.} to suppress its random-teleportation power, unless it is cursed.) -#####GAlert user to critical hitpoints [alert_hitpoint] - Produce a "bell" noise, and flushes all pending input, when your hitpoints - reach the warning point chosen elsewhere, preventing stupid deaths. - #####GAlert user to various failures [alert_failure] Produce a "bell" noise, and flushes all pending input, when various failures occur, as described above. diff --git a/lib/mods/theme/user/all.prf b/lib/mods/theme/user/all.prf index 67671aa4..98b22fc5 100644 --- a/lib/mods/theme/user/all.prf +++ b/lib/mods/theme/user/all.prf @@ -62,9 +62,6 @@ X:disturb_minor # Option 'Disturb whenever random things happen' X:disturb_other -# Option 'Alert user to critical hitpoints' -Y:alert_hitpoint - # Option 'Alert user to various failures' Y:alert_failure -- cgit v1.2.3