Give messages about stat drain elevated priority
authorMartin Read <martin@blackswordsonics.com>
Wed, 26 Feb 2014 02:59:09 +0000 (02:59 +0000)
committerMartin Read <martin@blackswordsonics.com>
Wed, 26 Feb 2014 02:59:09 +0000 (02:59 +0000)
* notify-local-tty.cc: notify_body_drain() and notify_agility_drain() now use Msg_prio::Alert

notify-local-tty.cc

index 807dbd1..c6d8408 100644 (file)
@@ -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)