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, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 319d39af0f..14a403ca42 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2588,11 +2588,7 @@ void offer_items()
void god_pitch(unsigned char which_god)
{
- strcpy(info, "You kneel at the altar of ");
- strcat(info, god_name(which_god));
- strcat(info, ".");
- mpr(info);
-
+ mprf("You kneel at the altar of %s.", god_name(which_god));
more();
// Note: using worship we could make some gods not allow followers to