From 7da2a9fee7d7d079069fa698dc21c1b63f0d0b79 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 22 Jan 2009 09:27:55 +0000 Subject: Increase the probability of randomly generated elven blowguns a bit. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8691 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/makeitem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc index 4f91de32a9..838750ed0d 100644 --- a/crawl-ref/source/makeitem.cc +++ b/crawl-ref/source/makeitem.cc @@ -1096,7 +1096,7 @@ static item_status_flag_type _determine_weapon_race(const item_def& item, break; case WPN_BLOWGUN: - if (one_chance_in(10)) + if (one_chance_in(6)) rc = ISFLAG_ELVEN; if (one_chance_in(4)) rc = ISFLAG_ORCISH; -- cgit v1.2.3-54-g00ecf