comparison gamelib/constants.py @ 158:baf857805867

armour works now
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Thu, 03 Sep 2009 21:50:49 +0000
parents 1d73de63bd71
children ab90040013a7
comparison
equal deleted inserted replaced
157:e3572b907028 158:baf857805867
27 # Game constants 27 # Game constants
28 28
29 STARTING_CASH = 1000 29 STARTING_CASH = 1000
30 SELL_PRICE_CHICKEN = 10 30 SELL_PRICE_CHICKEN = 10
31 SELL_PRICE_EGG = 5 31 SELL_PRICE_EGG = 5
32 SELL_PRICE_DEAD_FOX = 5 32 SELL_PRICE_DEAD_FOX = 15
33 LOGGING_PRICE = 50 33 LOGGING_PRICE = 50
34 BUY_PRICE_FENCE = 50 34 BUY_PRICE_FENCE = 50
35 SELL_PRICE_FENCE = 25 35 SELL_PRICE_FENCE = 25
36 REPAIR_PRICE_FENCE = 25 36 REPAIR_PRICE_FENCE = 25
37 37