comparison skaapsteker/sprites/player.py @ 340:f870e3122ac7

Collect haiku scrolls.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 09 Apr 2011 12:55:38 +0200
parents a9d760134706
children 8f578fe33fe7
comparison
equal deleted inserted replaced
339:a9d760134706 340:f870e3122ac7
373 373
374 374
375 def add_actionable(self, actionable): 375 def add_actionable(self, actionable):
376 self._touching_actionables.append(actionable) 376 self._touching_actionables.append(actionable)
377 377
378
378 def eat_aburage(self): 379 def eat_aburage(self):
379 self._me.tofu += 1 380 self._me.tofu += 1
381
382
383 def collect_scroll(self, scroll):
384 self._me.scrolls.append(scroll.text)
385