summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-06-12 21:21:07 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-06-12 21:21:07 +0100
commit9b4a24f477c706cfa1e599be084d75356587417a (patch)
tree7541249583a412aa85743c211799686010141780 /crawl-ref/source/invent.h
parent3c3d02167e7a198132d664d6c13a29548f42f8f7 (diff)
downloadcrawl-ref-9b4a24f477c706cfa1e599be084d75356587417a.tar.gz
crawl-ref-9b4a24f477c706cfa1e599be084d75356587417a.zip
Fix weapon listing for god blessings
Not sure if there's a better way of doing this but now all valid weapons are listed for blessing - previously ranged weapons would be listed but only valid under TSO.
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 83dbcac6ad..9a6fa40650 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -33,6 +33,7 @@ enum object_selector
OSEL_ENCHANTABLE_WEAPON_I = -17,
OSEL_ENCHANTABLE_WEAPON_II = -18,
OSEL_ENCHANTABLE_WEAPON_III = -19,
+ OSEL_BLESSABLE_WEAPON = -20,
};
#define SLOT_BARE_HANDS -2