Ejemplo n.º 1
0
 def __init__(self):
     Ghost.__init__(self)
     self.items = [Items.IronSword(), Items.HpPot(1), Items.ManaPot(1)]
     self.expGained = 108
     self.goldGained = 105
     self.hp = 45
     self.attack = 23
     self.defence = 0