예제 #1
0
 def die(self):
     self.parent.player.damage(8, self)
     self.parent.player.enemy.damage(8, self)
     Prototype.die(self)
 def die(self):
     self.parent.player.damage(8, self)
     self.parent.player.enemy.damage(8, self)
     Prototype.die(self)
예제 #3
0
 def die(self):
     self.parent.player.damage(10, self)
     Prototype.die(self)
 def die(self):
     self.parent.player.damage(10, self)
     Prototype.die(self)