comparison pytouhou/vm/eclrunner.py @ 160:606468ab4f7b

Clean up bullets when starting a spellcard
author Thibaut Girka <thib@sitedethib.com>
date Tue, 11 Oct 2011 11:17:39 +0200
parents 4684d311a32d
children c8c60291c56f
comparison
equal deleted inserted replaced
159:4684d311a32d 160:606468ab4f7b
668 @instruction(93) 668 @instruction(93)
669 def set_spellcard(self, unknown, number, name): 669 def set_spellcard(self, unknown, number, name):
670 #TODO: display it on the game. 670 #TODO: display it on the game.
671 #TODO: change the background. 671 #TODO: change the background.
672 #TODO: make the enemies more resistants (and find how). 672 #TODO: make the enemies more resistants (and find how).
673 self._game.change_bullets_into_star_items()
673 print("%d - %s" % (number+1, name)) 674 print("%d - %s" % (number+1, name))
674 675
675 676
676 @instruction(94) 677 @instruction(94)
677 def end_spellcard(self): 678 def end_spellcard(self):