diff --git a/mini projet.py b/mini projet.py index bd2ca1f..31a2fc0 100644 --- a/mini projet.py +++ b/mini projet.py @@ -59,16 +59,11 @@ class Personnage : def affiche_inventaire(self): if self.cat == "guerrier": - print("le personnage a : ") + print("le personnage a : épée, potion ") if self.cat == "magicien": - print("le personnage a : ") + print("le personnage a : bâton, potion ") if self.cat == "voleur": - print("le personnage a : ") + print("le personnage a : dague, potion ") if self.cat == "elfe": - print("le personnage a : ") - pass - - -def maf(x): - """fait qqch""" - pass \ No newline at end of file + print("le personnage a : arc, potion") +