diff pytouhou/vm/eclrunner.py @ 457:4ccc47828002

Display the name of a spellcard and the face of its invoker.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 10 Aug 2013 13:36:42 +0200
parents b0abb05811f7
children 06f0eeb519bb
line wrap: on
line diff
--- a/pytouhou/vm/eclrunner.py
+++ b/pytouhou/vm/eclrunner.py
@@ -746,7 +746,7 @@ class ECLRunner(object):
         #TODO: display it on the game.
         self._enemy.difficulty_coeffs = (-.5, .5, 0, 0, 0, 0)
         self._game.change_bullets_into_star_items()
-        self._game.spellcard = (number, name)
+        self._game.spellcard = (number, name, face)
         self._game.enable_spellcard_effect()