summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zotdef.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-08-24 03:57:36 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-08-26 13:20:53 +0200
commit3ec267da4257aa3254b93922b15bf0669897e2a8 (patch)
tree881eb475851d51e9bd1c63b43c5f36a8bb93d4a1 /crawl-ref/source/zotdef.cc
parent6981a25079a1aa3e58cf9de73e6af46a8c4a8be2 (diff)
downloadcrawl-ref-3ec267da4257aa3254b93922b15bf0669897e2a8.tar.gz
crawl-ref-3ec267da4257aa3254b93922b15bf0669897e2a8.zip
Don't special-case pan lord power in zotdef.
Diffstat (limited to 'crawl-ref/source/zotdef.cc')
-rw-r--r--crawl-ref/source/zotdef.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/zotdef.cc b/crawl-ref/source/zotdef.cc
index 27810b8c16..86cdf2925f 100644
--- a/crawl-ref/source/zotdef.cc
+++ b/crawl-ref/source/zotdef.cc
@@ -143,9 +143,6 @@ static int _mon_strength(monster_type mon_type)
case MONS_ZOMBIE_LARGE:
strength += 4;
break;
- case MONS_PANDEMONIUM_LORD: // base init has 4HD (!)
- strength = 30;
- break;
default:
break;
}