diff gamelib/constants.py @ 80:ad9d1bc7ef0c

Kill foxes that don't reach safety
author Neil Muller <drnlmuller@gmail.com>
date Tue, 01 Sep 2009 11:21:43 +0000
parents 65958516c7d9
children 23a8b2e49e9f
line wrap: on
line diff
--- a/gamelib/constants.py	Tue Sep 01 11:20:14 2009 +0000
+++ b/gamelib/constants.py	Tue Sep 01 11:21:43 2009 +0000
@@ -21,6 +21,7 @@
 
 STARTING_CASH = 1000
 SELL_PRICE_CHICKEN = 10
+SELL_PRICE_DEAD_FOX = 5
 BUY_PRICE_FENCE = 50
 SELL_PRICE_FENCE = 25
 REPAIR_PRICE_FENCE = 25