summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-15 15:35:28 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-15 15:49:46 +0100
commitba0dc9345572f0120a622a15eb1c4ef461110b65 (patch)
tree022a199dbe803919bb4bed808062ddad2a4322fc /crawl-ref/source/enum.h
parentded9e45204db0430fe6f5b3c60c73ddc458fe54e (diff)
downloadcrawl-ref-ba0dc9345572f0120a622a15eb1c4ef461110b65.tar.gz
crawl-ref-ba0dc9345572f0120a622a15eb1c4ef461110b65.zip
Remove code duplication by making artifacts use SPARM_SPIRIT_SHIELD.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 0e9efee2fa..cec66b0228 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2560,7 +2560,6 @@ enum artefact_prop_type
ARTP_CURSED,
ARTP_STEALTH,
ARTP_MAGICAL_POWER,
- ARTP_SPIRIT_SHIELD,
ARTP_NUM_PROPERTIES // 30
};