From ff01ebff6698d683951c004770cb96a2cab65cfb Mon Sep 17 00:00:00 2001 From: BARRAUX Arthur Date: Wed, 21 Sep 2022 07:06:32 +0200 Subject: [PATCH] =?UTF-8?q?leg=C3=A8re=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cf6636f..d51219a 100644 --- a/main.py +++ b/main.py @@ -78,7 +78,7 @@ class Personnage(Animation): self.pdv = 20 self.max_pdv = 20 self.xp = xp - self.inv = ['potion'for i in range(7)] + self.inv = ['potion'for i in range(2)] self.shape = ['', ''] self.x = x