summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-08 17:32:25 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-08 17:32:53 +1000
commit7401f365d1f45720d380ff151667c8360001f6ec (patch)
tree7af57759952d624637b327a8557f27d001c59055 /crawl-ref/source/makeitem.cc
parent75c9dc3f07f08c6145d2e66653a7266a304c62be (diff)
downloadcrawl-ref-7401f365d1f45720d380ff151667c8360001f6ec.tar.gz
crawl-ref-7401f365d1f45720d380ff151667c8360001f6ec.zip
Tweak Pikel's whip stats (sorear).
That'll teach me to copy and paste code!
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index cd1a53c301..9f1a34af1d 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -3523,8 +3523,8 @@ static item_make_species_type _give_weapon(monsters *mon, int level,
item.base_type = OBJ_WEAPONS;
item.sub_type = WPN_WHIP;
set_item_ego_type(item, OBJ_WEAPONS, coinflip() ? SPWPN_PAIN : SPWPN_FLAMING);
- item.plus += -2 + random2(4);
- item.plus2 += -1 + random2(2);
+ item.plus += random2(3);
+ item.plus2 += random2(3);
break;
case MONS_GRUM: