summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-20 00:52:16 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-20 00:54:27 +0100
commit8b5fc4449a2480470ff65f42bb883eed0a034386 (patch)
treeb296060edacc14900da7956eb8e4106bd6f01584 /crawl-ref/source/itemprop-enum.h
parent2ad3fffbef12830121e827d20097f410ce88f907 (diff)
downloadcrawl-ref-8b5fc4449a2480470ff65f42bb883eed0a034386.tar.gz
crawl-ref-8b5fc4449a2480470ff65f42bb883eed0a034386.zip
Improve demon whips, just like regular ones were upgraded. Let people bless them.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index f913199999..f9dea40511 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -462,13 +462,13 @@ enum weapon_type
WPN_BLESSED_LONG_SWORD,
WPN_BLESSED_SCIMITAR,
WPN_BLESSED_GREAT_SWORD, // 50
-
WPN_BLESSED_KATANA,
WPN_BLESSED_EUDEMON_BLADE,
WPN_BLESSED_DOUBLE_SWORD,
WPN_BLESSED_TRIPLE_SWORD,
+ WPN_HOLY_SCOURGE,
- NUM_WEAPONS, // 55 - must be last regular member {dlb}
+ NUM_WEAPONS,
// special cases
WPN_UNARMED = 500, // 500