From 63dc8a6534320e3ef1683eb8527b77b0ba93948a Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 18 Jun 2023 09:58:30 +0800
Subject: [PATCH] auto save

---
 diy1.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diy1.py b/diy1.py
index 401b721..68a20d2 100644
--- a/diy1.py
+++ b/diy1.py
@@ -41,7 +41,7 @@ class Player(Hero):
         print('-'*30)
         print('     战斗开始')
         def cure(self):
-            c=random.randint(35,50)
+            c=random.randint(30,50)
             self.hp+=c
             if self.hp>self.max_hp:
                 self.hp=self.max_hp
--
libgit2 0.25.0