summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 79159d6682..3235fd749a 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1890,9 +1890,9 @@ void divine_retribution( int god )
if (!player_under_penance() && you.piety > random2(400))
{
- strcpy(info, "Mortal, I have averted the wrath of "
- "the Shining One... this time.");
- god_speaks(you.religion, info);
+ god_speaks(you.religion,
+ "Mortal, I have averted the wrath of "
+ "the Shining One... this time.");
}
else
{