summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-21 04:31:02 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-21 04:31:02 +0000
commit9bf613aa4286ba017a9a38029eb13c3a40fee740 (patch)
tree2c139a84c4072fc1694f92696d27e236b7eb5888 /crawl-ref
parentcf5963c08fd27f4f49b989dd22a7f36fc7d3541c (diff)
downloadcrawl-ref-9bf613aa4286ba017a9a38029eb13c3a40fee740.tar.gz
crawl-ref-9bf613aa4286ba017a9a38029eb13c3a40fee740.zip
Make evil item sacrifices to TSO actually give piety (oops).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5169 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-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 4f5353c369..5e84809047 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -4819,6 +4819,7 @@ void offer_items()
case GOD_KIKUBAAQUDGHA:
case GOD_TROG:
+ case GOD_SHINING_ONE:
gain_piety(1);
relative_piety_gain = PIETY_SOME;
break;