projects
/
victrix-abyssi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7383f0
)
Give messages about stat drain elevated priority
author
Martin Read
<martin@blackswordsonics.com>
Wed, 26 Feb 2014 02:59:09 +0000
(
02:59
+0000)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/notify-local-tty.cc
b/notify-local-tty.cc
index
807dbd1
..
c6d8408
100644
(file)
--- 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)