summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-11 23:56:48 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-12 04:27:09 +0100
commit33952b5ebde57872474df7a94188d0922add07bf (patch)
treeaa3b5f24e725415daf52ad0d299996a8a0fdc2d6 /crawl-ref/source/itemprop-enum.h
parent76cd1e1177ea188bba495bc77d5830cb8dd12f26 (diff)
downloadcrawl-ref-33952b5ebde57872474df7a94188d0922add07bf.tar.gz
crawl-ref-33952b5ebde57872474df7a94188d0922add07bf.zip
Fix a number of inconsistencies in wizmode artefact handling.
Also add a couple of asserts so these are less likely to go out of sync in the future.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index 8acfa8368c..6261f88139 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -114,6 +114,7 @@ enum brand_type // item_def.special
SPWPN_PENETRATION,
SPWPN_REAPING,
+// From this point on save compat is irrelevant.
NUM_REAL_SPECIAL_WEAPONS,
SPWPN_ACID, // acid bite only for the moment