|
@ -59,16 +59,11 @@ class Personnage : |
|
|
|
|
|
|
|
|
def affiche_inventaire(self): |
|
|
def affiche_inventaire(self): |
|
|
if self.cat == "guerrier": |
|
|
if self.cat == "guerrier": |
|
|
print("le personnage a : ") |
|
|
print("le personnage a : épée, potion ") |
|
|
if self.cat == "magicien": |
|
|
if self.cat == "magicien": |
|
|
print("le personnage a : ") |
|
|
print("le personnage a : bâton, potion ") |
|
|
if self.cat == "voleur": |
|
|
if self.cat == "voleur": |
|
|
print("le personnage a : ") |
|
|
print("le personnage a : dague, potion ") |
|
|
if self.cat == "elfe": |
|
|
if self.cat == "elfe": |
|
|
print("le personnage a : ") |
|
|
print("le personnage a : arc, potion") |
|
|
pass |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def maf(x): |
|
|
|
|
|
"""fait qqch""" |
|
|
|
|
|
pass |
|
|
|