summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
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;