summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
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/enum.h
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/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 930c1718ac..b31f0bd73e 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2023,6 +2023,7 @@ enum monster_type // (int) menv[].type
MONS_DISSOLUTION, // 460
MONS_KIRKE,
MONS_GRUM,
+ MONS_PURGY,
// Testing monsters
MONS_TEST_SPAWNER,