summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2014-04-23 18:40:47 +0200
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-14 23:00:53 -0700
commitccee9314cab70c44495d53600391b8ef0cee2e95 (patch)
tree764fafa5f96bc0cb72636169ab036bd69262ba19 /crawl-ref/source/tag-version.h
parent2ff73b2fa81b0674be7a6592ab0f38b3867a949e (diff)
downloadcrawl-ref-ccee9314cab70c44495d53600391b8ef0cee2e95.tar.gz
crawl-ref-ccee9314cab70c44495d53600391b8ef0cee2e95.zip
Plus2: Upgrade old weapons
Their new (single) enchantment is the old to-dam if negative, else the max of its to-hit and to-dam enchantments. Blowguns already only used to-hit while setting to-dam to 0, so their levels are unchanged. In the interest of a simple and consistent upgrade path, this was chosen over weighted averages of the enchantments and whatnot. For very specific cases, the change will buff existing items quite a bit; this is a bonus for players.
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 92c1962960..95128fe337 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -110,6 +110,7 @@ enum tag_minor_version
TAG_MINOR_STICKY_FLAME, // Change the name of you.props "napalmer" & "napalm_aux"
TAG_MINOR_SLAYRING_PLUSES, // Combine Acc/Dam on rings of slaying and artefacts.
TAG_MINOR_MERGE_EW, // Combine enchant weapons scrolls.
+ TAG_MINOR_WEAPON_PLUSES, // Combine to-hit/to-dam enchantment on weapons.
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1