summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-28 22:29:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-28 22:29:26 +0000
commit152a03a16aaf7bed6bb21fd5bc0567c2ff1f1427 (patch)
treec7a56e45dd41847e5cd8d67b3e85bdd7b4945d58 /crawl-ref/source/enum.h
parent1a7b06f112da2a2846c4124cc5806de2df9db52f (diff)
downloadcrawl-ref-152a03a16aaf7bed6bb21fd5bc0567c2ff1f1427.tar.gz
crawl-ref-152a03a16aaf7bed6bb21fd5bc0567c2ff1f1427.zip
Let the weapon and armor enchantment blessings change the item's
appearance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3920 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 2d1321d89b..12905cb746 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1256,7 +1256,7 @@ enum item_status_flag_type // per item flags: ie. ident status, cursed status
ISFLAG_CURSED = 0x00000100, // cursed
ISFLAG_RESERVED_1 = 0x00000200, // reserved
ISFLAG_RESERVED_2 = 0x00000400, // reserved
- ISFLAG_RESERVED_3 = 0x00000800, // reserved
+ ISFLAG_RESERVED_3 = 0x00000800, // reserved
ISFLAG_CURSE_MASK = 0x00000F00, // mask of all curse related flags
ISFLAG_RANDART = 0x00001000, // special value is seed