Commit 670f49fc by BellCodeEditor

save project

parent 0009d5b0
Showing with 1 additions and 1 deletions
...@@ -42,7 +42,7 @@ class Player(Hero): ...@@ -42,7 +42,7 @@ class Player(Hero):
print('-'*50) print('-'*50)
houyi = Player("射手", "后羿") houyi = Player("射手", "后羿")
yase = Hero("瑟") yase = Hero("瑟")
houyi.combat(yase) houyi.combat(yase)
yase.combat(houyi) yase.combat(houyi)
houyi.cure() houyi.cure()
......
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