summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monspeak.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-03 13:41:30 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-03 13:41:30 +0000
commit22e5db9d1ec1a8119185f3806387519195497b1c (patch)
tree17b15cfe34c5bf87882721b9e74cd3918378380f /crawl-ref/source/monspeak.cc
parentf553db7a4eb41ef94962728d8520bb5652a46751 (diff)
downloadcrawl-ref-22e5db9d1ec1a8119185f3806387519195497b1c.tar.gz
crawl-ref-22e5db9d1ec1a8119185f3806387519195497b1c.zip
Implementing patch 1772497 (improvement to runrest.lua by
zelgadis). Also added notes for getting penance, and small fix (patch 1786893 by dolorous). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2047 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monspeak.cc')
-rw-r--r--crawl-ref/source/monspeak.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monspeak.cc b/crawl-ref/source/monspeak.cc
index 267bab53e6..b79a7f9aec 100644
--- a/crawl-ref/source/monspeak.cc
+++ b/crawl-ref/source/monspeak.cc
@@ -856,7 +856,7 @@ bool mons_speaks(const monsters *monster)
break;
case 13:
strcat(info,
- " sighs, \"Being guard is usually so boring...\"");
+ " sighs, \"Being a guard is usually so boring...\"");
break;
case 14:
strcat(info, " shouts, \"At last some action!\"");