Commit ec4713ab by BellCodeEditor

save project

parent df694dfe
Showing with 5 additions and 2 deletions
...@@ -9,4 +9,7 @@ dj=Hero ("打鸡",240,21) ...@@ -9,4 +9,7 @@ dj=Hero ("打鸡",240,21)
def upgrade(): def upgrade():
yase.level=yase.level+1 yase.level=yase.level+1
yase.attack=yase.hp+50 yase.attack=yase.hp+50
yase.attack=yase.attack+4 yase.attack=yase.attack+4
\ No newline at end of file yase = Hero("牙涩",1000,20)
dj=Hero ("打鸡",240,21)
a()
\ 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