summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-11 17:21:48 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-11 17:35:19 -0400
commit2e545790805ddb633086636c5bd9be3253488051 (patch)
tree66014bde4d7fc758d4cb946ef24595bfeb881633 /crawl-ref/source/tag-version.h
parent0cb07d783848ae4608a5e2f81d646d70867a75c4 (diff)
downloadcrawl-ref-2e545790805ddb633086636c5bd9be3253488051.tar.gz
crawl-ref-2e545790805ddb633086636c5bd9be3253488051.zip
Rename a couple props to not use 'napalm'
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 8430349ea2..4f9199ff85 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -107,6 +107,7 @@ enum tag_minor_version
TAG_MINOR_WEIGHTLESS, // Removal of player burden.
TAG_MINOR_DS_CLOUD_MUTATIONS, // Change Ds conservation muts to cloud immunities.
TAG_MINOR_FRIENDLY_PICKUP, // Remove the friendly_pickup setting.
+ TAG_MINOR_STICKY_FLAME, // Change the name of you.props "napalmer" & "napalm_aux"
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1