Commit e8863bb2 by BellCodeEditor

save project

parent 687dda4d
Showing with 1 additions and 1 deletions
...@@ -51,7 +51,7 @@ while True: ...@@ -51,7 +51,7 @@ while True:
print("请重新输入1或者2") print("请重新输入1或者2")
continue continue
#敌方攻击 #敌方攻击
status = nrandom.randint(1,3) status = random.randint(1,3)
if status == 1: if status == 1:
yase.cure() yase.cure()
else: else:
......
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