# HG changeset patch # User Thibaut Girka # Date 1318324659 -7200 # Node ID 606468ab4f7b7355deef8b64757aa0b9b571d028 # Parent 4684d311a32db3ddb814c4a52b21daa2da5ad233 Clean up bullets when starting a spellcard diff --git a/pytouhou/vm/eclrunner.py b/pytouhou/vm/eclrunner.py --- a/pytouhou/vm/eclrunner.py +++ b/pytouhou/vm/eclrunner.py @@ -670,6 +670,7 @@ class ECLRunner(object): #TODO: display it on the game. #TODO: change the background. #TODO: make the enemies more resistants (and find how). + self._game.change_bullets_into_star_items() print("%d - %s" % (number+1, name))