1 Commits
Vf ... vf2

Author SHA1 Message Date
BARRAUX Arthur ff01ebff66 legère update 2022-09-21 07:06:32 +02:00
+1 -1
View File
@@ -78,7 +78,7 @@ class Personnage(Animation):
self.pdv = 20 self.pdv = 20
self.max_pdv = 20 self.max_pdv = 20
self.xp = xp self.xp = xp
self.inv = ['potion'for i in range(7)] self.inv = ['potion'for i in range(2)]
self.shape = ['', ''] self.shape = ['', '']
self.x = x self.x = x