From ef50a113179b749c902875fe2652ba21b9b0f63e Mon Sep 17 00:00:00 2001 From: Martin Read Date: Wed, 26 Feb 2014 02:59:09 +0000 Subject: [PATCH] Give messages about stat drain elevated priority * notify-local-tty.cc: notify_body_drain() and notify_agility_drain() now use Msg_prio::Alert --- notify-local-tty.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notify-local-tty.cc b/notify-local-tty.cc index 807dbd1..c6d8408 100644 --- a/notify-local-tty.cc +++ b/notify-local-tty.cc @@ -151,13 +151,13 @@ void notify_agility_restore(void) void notify_agility_drain(int amount) { status_updated = true; - print_msg("You feel clumsy!\n"); + print_msg(Msg_prio::Alert, "You feel clumsy!\n"); } void notify_body_drain(int amount) { status_updated = true; - print_msg("You feel weaker!\n"); + print_msg(Msg_prio::Alert, "You feel weaker!\n"); } void notify_defence_recalc(void) -- 2.11.0