From 7401f365d1f45720d380ff151667c8360001f6ec Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 8 Nov 2009 17:32:25 +1000 Subject: Tweak Pikel's whip stats (sorear). That'll teach me to copy and paste code! --- crawl-ref/source/makeitem.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/makeitem.cc') 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: -- cgit v1.2.3-54-g00ecf