summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index a33b7e12c7..5e7b224a03 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -6334,7 +6334,6 @@ void excommunication(god_type new_god)
redraw_skill(you.your_name, player_title());
mpr("You have lost your religion!");
- more();
#ifdef DGL_MILESTONES
mark_milestone("god.renounce", "abandoned " + god_name(old_god) + ".");
@@ -7156,7 +7155,6 @@ void god_pitch(god_type which_god)
simple_god_message(
make_stringf(" welcomes you%s!",
you.worshipped[which_god] ? " back" : "").c_str());
- more();
// When you start worshipping a good god, you make all non-hostile
// evil and unholy beings hostile; when you start worshipping Zin,