summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godconduct.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-06-15 13:53:23 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-06-15 23:26:12 +0200
commitb3c1dae7764a721d8de0a8c2d53be48eb9e803b4 (patch)
tree0efb74fca2c6e307112c932f2414ccf038998e38 /crawl-ref/source/godconduct.cc
parent3c4ea9ef4c4537c44a575d1d7d5a4f81aea3f4c6 (diff)
downloadcrawl-ref-b3c1dae7764a721d8de0a8c2d53be48eb9e803b4.tar.gz
crawl-ref-b3c1dae7764a721d8de0a8c2d53be48eb9e803b4.zip
Revert "Unify handling of spellbook destruction for god purposes."
It's weird to grant Trog piety for eating spellbooks in jelly form, etc. This reverts commit daaddd0ef6bee09027348bc5d16de23389ff7a30.
Diffstat (limited to 'crawl-ref/source/godconduct.cc')
-rw-r--r--crawl-ref/source/godconduct.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/godconduct.cc b/crawl-ref/source/godconduct.cc
index e016887d82..0cc480e675 100644
--- a/crawl-ref/source/godconduct.cc
+++ b/crawl-ref/source/godconduct.cc
@@ -975,12 +975,6 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
penance = level * (known ? 2 : 1);
retval = true;
}
- else if (you.religion == GOD_TROG)
- {
- simple_god_message(" is delighted!");
- piety_change = 2; // consistent with Burn Spellbooks
- retval = true;
- }
break;
case DID_EXPLORATION: