Commit f3f6349f by BellCodeEditor

save project

parent a93ab3c0
Showing with 2 additions and 2 deletions
......@@ -25,7 +25,7 @@ class Hero(object):
info3 = enemy.name+"阵亡,游戏结束"
info = info1+info2+info3
print(info)
print('你干嘛啊~~')
print('你开了,代价是你的吗会四')
exit()
class Player(Hero):
......@@ -62,7 +62,7 @@ while True:
print('重输!')
continue
b=random.randint(1,3)
if b==3:
if status == 1:
yase.cure()
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