summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 cd38e6d53b..15b7cf4ade 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -4487,7 +4487,7 @@ void excommunication(god_type new_god)
miscast_effect((coinflip() ? SPTYP_CONJURATION : SPTYP_SUMMONING),
8 + you.experience_level, random2avg(98, 3), 100,
"the wrath of Vehumet");
- _inc_penance( old_god, 25 );
+ _inc_penance(old_god, 25);
break;
case GOD_MAKHLEB: