Commit 8ebf8d31 by BellCodeEditor

save project

parent 2b6346a7
Showing with 5 additions and 0 deletions
...@@ -14,6 +14,11 @@ def upgrade(): ...@@ -14,6 +14,11 @@ def upgrade():
yase.level=yase.level+1 yase.level=yase.level+1
yase.hp=yase.hp+999999999999999999999999999999999999999999999999999999999999999999999999999999 yase.hp=yase.hp+999999999999999999999999999999999999999999999999999999999999999999999999999999
yase.attack=yase.attack+99999999999999999999999999999999999999999999999999999999999999999999999 yase.attack=yase.attack+99999999999999999999999999999999999999999999999999999999999999999999999
def upgrade(self):
self.level=yase.level+1
self.hp=yase.hp+999999999999999999999999999999999999999999999999999999999999999999999999999999
self.attack=yase.attack+99999999999999999999999999999999999999999999999999999999999999999999999
......
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