summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 892f09678b..de0c29872b 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -3821,7 +3821,7 @@ void dec_mp(int mp_loss)
&& you.magic_points < (you.max_magic_points
* Options.magic_point_warning) / 100)
{
- mpr( "* * * LOW MAGIC WARNING * * *", MSGCH_DANGER_MAGIC );
+ mpr( "* * * LOW MAGIC WARNING * * *", MSGCH_DANGER );
}
take_note(Note(NOTE_MP_CHANGE, you.magic_points, you.max_magic_points));