Commit e530250c by BellCodeEditor

save project

parent 73bc8144
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ k=Hero('K',5600,199) ...@@ -10,7 +10,7 @@ k=Hero('K',5600,199)
print("yase的血量",yase.hp) print("yase的血量",yase.hp)
print("hy的血量",hy.hp) print("hy的血量",hy.hp)
print("K的血量",k.hp) print("K的血量",k.hp)
def upgrade: def upgrade():
yase.hp=yase.hp+50 yase.hp=yase.hp+50
yase.attack=yase.attack+4 yase.attack=yase.attack+4
yase.level=yase.level+1 yase.level=yase.level+1
......
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