summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-20 14:19:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-20 14:19:42 +0000
commit1db426b1b8d3fcfa2122dee47290597bcd63ee91 (patch)
tree360ef66174eed525363b0b5b07a59d9ba2be2831 /crawl-ref/source/tags.h
parent913179f028b4a254eb5034ef6ce945d07ac5925a (diff)
downloadcrawl-ref-1db426b1b8d3fcfa2122dee47290597bcd63ee91.tar.gz
crawl-ref-1db426b1b8d3fcfa2122dee47290597bcd63ee91.zip
Add monster-specific rotting resistance.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10740 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index 4828196753..441e3e97bf 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -71,7 +71,8 @@ enum tag_minor_version
TAG_MINOR_JELLY = 19, // Remember whether the royal jelly is dead.
TAG_ANNOTATE_EXCL = 20, // Store exclusion information for annotations.
TAG_MINOR_UGLY = 21, // More ghost bits for (very) ugly things.
- TAG_MINOR_VERSION = 21 // Current version. (Keep equal to max.)
+ TAG_MINOR_ROTTING = 22, // Added monster-specific rotting resistance.
+ TAG_MINOR_VERSION = 22 // Current version. (Keep equal to max.)
};