Mercurial > touhou
diff pytouhou/game/enemy.py @ 177:6e8653ff2b23
Fix boss mode and don’t suicide the boss when she just want to kill the other enemies.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 23 Oct 2011 01:53:44 -0700 |
parents | 35d850502d1f |
children | 184196480f59 |
line wrap: on
line diff
--- a/pytouhou/game/enemy.py +++ b/pytouhou/game/enemy.py @@ -41,6 +41,7 @@ class Enemy(object): self.touchable = True self.damageable = True self.death_flags = 0 + self.boss = False self.extended_bullet_attributes = (0, 0, 0, 0, 0., 0., 0., 0.) self.bullet_attributes = None self.bullet_launch_offset = (0, 0)