summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-26 16:16:33 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-10-26 16:16:33 +0100
commit919c189ce3dbfd8a3b664d196c1c50c864a36dc5 (patch)
tree12f01f8907956c8e95bab9bdce7b26a8c2a73df2 /crawl-ref/source/religion.cc
parent56f4565dfd89b09c0d16a20a6efb86f7e4c423c0 (diff)
downloadcrawl-ref-919c189ce3dbfd8a3b664d196c1c50c864a36dc5.tar.gz
crawl-ref-919c189ce3dbfd8a3b664d196c1c50c864a36dc5.zip
Explicitely set Cb's penance to 25. Same as default, but more readable.
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 0ea54fa483..24fd09d1d1 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -6108,6 +6108,7 @@ void excommunication(god_type new_god)
divine_retribution(old_god);
break;
+ case GOD_CHEIBRIADOS:
default:
_inc_penance(old_god, 25);
break;