summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-15 21:05:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-15 21:05:49 +0000
commit1682e7b0ab2b1d27a08bda37ed17437e04a42af0 (patch)
tree78e9f01f8057ad3447d42d27c0396d7071184e45 /crawl-ref/source/itemprop.h
parentd010034da6f36c56f5d0ec72cd2675aef63fd333 (diff)
downloadcrawl-ref-1682e7b0ab2b1d27a08bda37ed17437e04a42af0.tar.gz
crawl-ref-1682e7b0ab2b1d27a08bda37ed17437e04a42af0.zip
Let TSO's weapon blessing for the player create blessed variants of all
long blades, not just demon blades. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4250 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index b9b367ef52..82a70ae16e 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -469,8 +469,15 @@ enum weapon_type
WPN_LONGBOW, // 45
WPN_LAJATANG,
WPN_BARDICHE,
-
- NUM_WEAPONS, // 48 - must be last regular member {dlb}
+ WPN_BLESSED_FALCHION,
+ WPN_BLESSED_LONG_SWORD,
+ WPN_BLESSED_SCIMITAR, // 50
+ WPN_BLESSED_KATANA,
+ WPN_BLESSED_DOUBLE_SWORD,
+ WPN_BLESSED_GREAT_SWORD,
+ WPN_BLESSED_TRIPLE_SWORD,
+
+ NUM_WEAPONS, // 55 - must be last regular member {dlb}
// special cases
WPN_UNARMED = 500, // 500