summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index d33454f8d2..cd3e925a49 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -1314,7 +1314,7 @@ static std::string _verbose_info(const monsters* m)
|| mons_holiness(m) == MH_NONLIVING
|| mons_holiness(m) == MH_PLANT)
{
- return(" (resting)");
+ return(" (dormant)");
}
else
return(" (sleeping)");