Commit 16e79699 by BellCodeEditor

save project

parent 06658b58
Showing with 6 additions and 1 deletions
......@@ -66,7 +66,11 @@ while True:
yase.cure()
else:
yase.combat(houyi)
status = random.randint(1,3)
if status == 1:
yase.cure()
else:
yase.combat(houyi)
\ No newline at end of file
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