summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authorevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-09 15:11:18 +0000
committerevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-09 15:11:18 +0000
commit0b4d91ee71f81001e100cffccea5da19d3beb63e (patch)
tree21d1940b907877d6c99b1b2efd1ed5ccdc9987c1 /crawl-ref/source/monstuff.cc
parent67d64d5da2659b21c3b4067915bb9e3a6ff7a1b5 (diff)
downloadcrawl-ref-0b4d91ee71f81001e100cffccea5da19d3beb63e.tar.gz
crawl-ref-0b4d91ee71f81001e100cffccea5da19d3beb63e.zip
Add a new low-level unique: Purgy, the meek troll. Used in a Sewer vault.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10127 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index f2ee6dadc1..73d2240fd3 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -8890,6 +8890,7 @@ bool monster_descriptor(int which_class, mon_desc_type which_descriptor)
case MONS_ROCK_TROLL:
case MONS_SLIME_CREATURE:
case MONS_SNORG:
+ case MONS_PURGY:
case MONS_TROLL:
case MONS_HYDRA:
case MONS_KILLER_KLOWN: