Commit cc04a3cc by BellCodeEditor

save project

parent f95a7c2a
Showing with 0 additions and 4 deletions
...@@ -43,10 +43,6 @@ class Player(Hero): ...@@ -43,10 +43,6 @@ class Player(Hero):
houyi = Player("射手", "后羿") houyi = Player("射手", "后羿")
yase = Hero("垭瑟") yase = Hero("垭瑟")
houyi.combat(yase)
yase.combat(houyi)
houyi.cure()
yase.cure()
print("_"*30) print("_"*30)
print(" 游戏开始") print(" 游戏开始")
......
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