Commit 4fcb27cb by BellCodeEditor

auto save

parent 94630ab8
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ class Hero:
self.hp=hp
self.attack=attack
def upgrade():
def upgrade(self):
LianDao_ShengSiJiSu.level = LianDao_ShengSiJiSu.level + 1
LianDao_ShengSiJiSu.hp = LianDao_ShengSiJiSu.hp + 999999
LianDao_ShengSiJiSu.attack = LianDao_ShengSiJiSu.attack + 900000000
......
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