summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-08 20:24:47 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-08 20:24:47 +0000
commit60f91a809bee95fcb61e5d0a03fb447c8199e1e9 (patch)
treefe211d75d8df63c2a435fedc579216a47d883445 /crawl-ref/source/xom.cc
parentaa1566cb31efc7ebd353da78b98a58849990b383 (diff)
downloadcrawl-ref-60f91a809bee95fcb61e5d0a03fb447c8199e1e9.tar.gz
crawl-ref-60f91a809bee95fcb61e5d0a03fb447c8199e1e9.zip
Add wands to the list of items available from acquirement. Weights are
assigned arbitrarily and probably much too good. (There's a 50% chance of getting one of hasting, healing, teleportation, or fireball.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10503 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index ca6782ae57..c21a8c9be4 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -759,7 +759,7 @@ static bool _xom_give_item(int power)
{
const object_class_type types[] = {
OBJ_WEAPONS, OBJ_ARMOUR, OBJ_JEWELLERY, OBJ_BOOKS,
- OBJ_STAVES, OBJ_FOOD, OBJ_MISCELLANY, OBJ_GOLD
+ OBJ_STAVES, OBJ_WANDS, OBJ_MISCELLANY, OBJ_FOOD, OBJ_GOLD
};
god_acting gdact(GOD_XOM);
_xom_acquirement(RANDOM_ELEMENT(types));