diff --git a/jdr.py b/jdr.py index 277acf2..b3dc99b 100644 --- a/jdr.py +++ b/jdr.py @@ -19,7 +19,7 @@ class Personnage: self.inventaire = ["épée malveillante", "Potion"] self.coefAtk = 8 self.coefDef = 8 - elif self.cat == "Déesee": + elif self.cat == "Déesse": self.inventaire = ["Bâton miraculeux", "Potion"] self.coefAtk = 7 self.coefDef = 9 @@ -142,9 +142,9 @@ def combat(Perso1, Perso2): - -Squeezie = Personnage("Squeezie", "Déesee") + +Squeezie = Personnage("Squeezie", "Déesse") TiboInShape = Personnage("TiboInShape", "Fée") # commande utile à copier :