summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exercise.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-08 02:54:54 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-08 17:49:53 +0100
commitc231b49e0d2ccb9c2adb01cefa3bf64bf75d644d (patch)
treea6cec0d861d9252f78a0e8c8c2b65515b7ccce30 /crawl-ref/source/exercise.cc
parent6c938707811eee23d064689f9a9ab1ad5bbc110b (diff)
downloadcrawl-ref-c231b49e0d2ccb9c2adb01cefa3bf64bf75d644d.tar.gz
crawl-ref-c231b49e0d2ccb9c2adb01cefa3bf64bf75d644d.zip
Remove the Holy spell school.
It has been gone for players since forever, has no effect on monsters except for a redundant check, needs to be kludged around to exclude.
Diffstat (limited to 'crawl-ref/source/exercise.cc')
-rw-r--r--crawl-ref/source/exercise.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/exercise.cc b/crawl-ref/source/exercise.cc
index 5ded6319f3..08bc8f20e4 100644
--- a/crawl-ref/source/exercise.cc
+++ b/crawl-ref/source/exercise.cc
@@ -194,9 +194,6 @@ static void _exercise_spell(spell_type spell, bool success)
unsigned int disciplines = get_spell_disciplines(spell);
- //jmf: evil evil evil -- exclude HOLY bit
- disciplines &= (~SPTYP_HOLY);
-
int skillcount = count_bits(disciplines);
if (!success)