# HG changeset patch # User Jeremy Thurgood # Date 1259328052 0 # Node ID 05e0c3fd20ec303178c2bd6329f2c45fc8192dd9 # Parent 4166a0051bb65c186de71bfb280431093e698661 Axes are slightly better weapons than they were. diff -r 4166a0051bb6 -r 05e0c3fd20ec gamelib/equipment.py --- a/gamelib/equipment.py Fri Nov 27 12:08:55 2009 +0000 +++ b/gamelib/equipment.py Fri Nov 27 13:20:52 2009 +0000 @@ -155,7 +155,7 @@ SELL_PRICE = 30 RANGE = 1 - BASE_HIT = 25 + BASE_HIT = 35 RANGE_PENALTY = 0 CHICKEN_IMAGE_FILE = 'sprites/equip_axe.png'