comparison pytouhou/vm/eclrunner.py @ 224:9bb26dbb8438

Remove useless and occasionally problematic (think about non-utf8 terminals) print calls.
author Thibaut Girka <thib@sitedethib.com>
date Mon, 19 Dec 2011 20:29:30 +0100
parents 577f45454402
children 1d3c8c7473a2
comparison
equal deleted inserted replaced
223:98c64ffcbdff 224:9bb26dbb8438
717 #TODO: display it on the game. 717 #TODO: display it on the game.
718 #TODO: make the enemies more resistants (and find how). 718 #TODO: make the enemies more resistants (and find how).
719 self._game.change_bullets_into_star_items() 719 self._game.change_bullets_into_star_items()
720 self._game.spellcard = number 720 self._game.spellcard = number
721 self._game.enable_effect() 721 self._game.enable_effect()
722 print("%d - %s" % (number+1, name))
723 722
724 723
725 @instruction(94) 724 @instruction(94)
726 def end_spellcard(self): 725 def end_spellcard(self):
727 #TODO: return everything back to normal 726 #TODO: return everything back to normal