comparison skaapsteker/sprites/items.py @ 434:827c5d045cf5

Don't allow the cannon to be picked up
author Neil Muller <drnlmuller@gmail.com>
date Sat, 09 Apr 2011 19:14:19 +0200
parents e65f6783a9f7
children a084af91d5dc
comparison
equal deleted inserted replaced
433:fe99a4e04b2b 434:827c5d045cf5
166 166
167 class Cannon(BreakableItem): 167 class Cannon(BreakableItem):
168 whole_image_file = 'props/cannon-whole.png' 168 whole_image_file = 'props/cannon-whole.png'
169 broken_image_file = 'props/cannon-broken.png' 169 broken_image_file = 'props/cannon-broken.png'
170 170
171 liftable = False
172
171 173
172 174
173 ################################################## 175 ##################################################
174 # Geisha character assassination 176 # Geisha character assassination
175 177