summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/godabil.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc
index ab4be021d6..21b325b0bb 100644
--- a/crawl-ref/source/godabil.cc
+++ b/crawl-ref/source/godabil.cc
@@ -1227,7 +1227,8 @@ bool ponderousify_armour()
|| get_armour_ego_type(arm) != SPARM_NORMAL
|| get_armour_slot(arm) != EQ_BODY_ARMOUR)
{
- mpr("Choose some type of armour to enchant, or Esc to abort.");
+ mpr("This armour can't be made ponderous. "
+ "Choose a different one, or Esc to abort.");
if (Options.auto_list)
more();