summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-17 00:27:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-17 00:27:26 +0000
commit41d7822afc464a2f82a85c2bd79e2814a7c25e4b (patch)
treecdb96adf4307e6e6ce43e8e3fa5ec53b46ae3f7d
parent3451d72641c72712d00e3584a68903a5b8d06128 (diff)
downloadcrawl-ref-41d7822afc464a2f82a85c2bd79e2814a7c25e4b.tar.gz
crawl-ref-41d7822afc464a2f82a85c2bd79e2814a7c25e4b.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9784 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/religion.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 1a0b16f64c..f88687dc84 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3883,7 +3883,8 @@ static bool _destroyed_valuable_weapon(int value, int type)
if (type == OBJ_MISSILES)
return (false);
- // Weapons, on the other hand, are always acceptable to boost low piety.
+ // Weapons, on the other hand, are always acceptable to boost low
+ // piety.
if (you.piety < piety_breakpoint(0) || player_under_penance())
return (true);