diff gamelib/buildings.py @ 133:b7dc405a28be

Add Hendominium image support.
author Simon Cross <hodgestar@gmail.com>
date Wed, 02 Sep 2009 22:02:20 +0000
parents 2e3a05b9594d
children 9acf8e3d9596
line wrap: on
line diff
--- a/gamelib/buildings.py	Wed Sep 02 21:58:08 2009 +0000
+++ b/gamelib/buildings.py	Wed Sep 02 22:02:20 2009 +0000
@@ -177,8 +177,11 @@
 
 class DoubleStoryHenHouse(HenHouse):
     """A double story hen house."""
+    TILE_NO = tiles.REVERSE_TILE_MAP['hendominium']
     BUY_PRICE = 300
     SELL_PRICE = 150
+    SIZE = (2, 3)
+    IMAGE = 'sprites/hendominium.png'
     NAME = 'Hendominium'
     FLOORS = 2