changeset 517:05e0c3fd20ec

Axes are slightly better weapons than they were.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Nov 2009 13:20:52 +0000
parents 4166a0051bb6
children a42852e50df1
files gamelib/equipment.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'