Commit a9d5d139 by BellCodeEditor

save project

parent 3f7f2c06
Showing with 4 additions and 2 deletions
...@@ -12,4 +12,6 @@ print("后羿血量:",houyi.hp) ...@@ -12,4 +12,6 @@ print("后羿血量:",houyi.hp)
def upgrade(): def upgrade():
yase.level = yase.level + 1 yase.level = yase.level + 1
yase.hp = yase.hp + 1 yase.hp = yase.hp + 1
yase.attack = yase.attack + 1 yase.attack = yase.attack + 1
\ No newline at end of file upgrade()
upgrade()
\ 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