From 60f91a809bee95fcb61e5d0a03fb447c8199e1e9 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 8 Aug 2009 20:24:47 +0000 Subject: 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 --- crawl-ref/source/xom.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/xom.cc') 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)); -- cgit v1.2.3-54-g00ecf