summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-01 06:41:51 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-01 07:05:10 +0100
commit069016978bfb3b132b21c1dcdb5ee9f7d7daaf07 (patch)
tree21d5e9577e1c6ad77256895001a2aac724170258 /crawl-ref/source/tag-version.h
parent1ce52bf9352a95bb423cd80fc806690364893a7c (diff)
downloadcrawl-ref-069016978bfb3b132b21c1dcdb5ee9f7d7daaf07.tar.gz
crawl-ref-069016978bfb3b132b21c1dcdb5ee9f7d7daaf07.zip
Store unmodified hp as 0.
Diffstat (limited to 'crawl-ref/source/tag-version.h')
-rw-r--r--crawl-ref/source/tag-version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tag-version.h b/crawl-ref/source/tag-version.h
index 30e4202f62..2d5ad859e3 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -72,6 +72,7 @@ enum tag_minor_version
TAG_MINOR_BRANCH_ENTRY, // Store branch entry point (rather than just depth).
TAG_MINOR_16_BIT_TABLE, // Increase the limit for CrawlVector/HashTable to 65535.
TAG_MINOR_ABIL_1000, // Start god ability enums at 1000.
+ TAG_MINOR_CLASS_HP_0, // Base class maxhp at 0.
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1