diff gamelib/equipment.py @ 250:048510e95812

made helmet biggerer
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 05 Sep 2009 12:34:32 +0000
parents 7024d48c41c2
children 32149b1d9fd2
line wrap: on
line diff
--- a/gamelib/equipment.py	Sat Sep 05 12:31:37 2009 +0000
+++ b/gamelib/equipment.py	Sat Sep 05 12:34:32 2009 +0000
@@ -131,6 +131,7 @@
     NAME = "helmet"
     BUY_PRICE = 25
     SELL_PRICE = 15
+    DRAW_LAYER = 6
 
     STARTING_HITPOINTS = 1