summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 1802e37ac2..4c53fc9b84 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3519,9 +3519,10 @@ void melee_attack::player_apply_staff_damage()
break;
default:
- mpr("You're wielding some staff I've never heard of! (fight.cc)");
+ mpr("You're wielding some staff I've never heard of! (fight.cc)",
+ MSGCH_ERROR);
break;
- } // end switch
+ }
if (special_damage > 0)
{