From 0b4d91ee71f81001e100cffccea5da19d3beb63e Mon Sep 17 00:00:00 2001 From: evktalo Date: Thu, 9 Jul 2009 15:11:18 +0000 Subject: 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 --- crawl-ref/source/monstuff.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/monstuff.cc') 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: -- cgit v1.2.3-54-g00ecf