Commit b1f0708a by BellCodeEditor

save project

parent 1419f19a
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ print(yase.attack) ...@@ -11,7 +11,7 @@ print(yase.attack)
print(hy.attack) print(hy.attack)
print(k.attack) print(k.attack)
def upgrade(): def upgrade():
Hero.level+=1 yase.level+=1
yase.attack+=20 yase.attack+=20
yase.hp+=200 yase.hp+=200
upgrade() upgrade()
......
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