Commit c9f049b9 by BellCodeEditor

auto save

parent 040ef07f
Showing with 5 additions and 2 deletions
import random
class Hero(object):
def __init__(self, name):
self.name = name
......@@ -48,7 +49,8 @@ while True:
houyi.combat(yase)
if a=='2':
houyi.cure()
houyi.combat(yase)
yase.combat(houyi)
# b = random.randid
# houyi.combat(yase)
# yase.combat(houyi)
# houyi.cure()
# yase.cure()
\ 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