Commit 87d24085 by BellCodeEditor

save project

parent 283e19f2
Showing with 3 additions and 2 deletions
......@@ -57,9 +57,10 @@ while True:
print("请重新输入(1攻击/2治疗)按q退出:")
continue
num = random.randint(1,3)
if num == 1:
yase.hp=yase.hp+60
yase.combat()
if num == 2:
yase.hp = yase.hp + 60
else:
yase.combat(houyi)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment