summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-19 10:36:42 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-19 10:36:42 +1000
commitd608f8e4951b1f61f1f267315763124920abb900 (patch)
tree98e9e46c14bc19cf003af323de11b2fdf459a438 /crawl-ref/source/religion.cc
parenta3f28ce7705397954854a481e10e7fba5bf41313 (diff)
downloadcrawl-ref-d608f8e4951b1f61f1f267315763124920abb900.tar.gz
crawl-ref-d608f8e4951b1f61f1f267315763124920abb900.zip
Fix Lugonu prayer messages.
Remove erroneous & print symbol that was resulting in "The giant bat corpse is disappears into the Void".
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index c6315d31b0..7860f78e95 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -184,7 +184,7 @@ static const char *_Sacrifice_Messages[NUM_GODS][NUM_PIETY_GAIN] =
},
// Lugonu
{
- " & disappears into the void.",
+ " disappear% into the void.",
" & consumed by the void.",
" & voraciously consumed by the void.",
},