Mercurial > touhou
changeset 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 | 7e7368356445 |
files | pytouhou/vm/eclrunner.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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))