Commit 51296dfa by BellCodeEditor

save project

parent 7a415b05
Showing with 6 additions and 2 deletions
......@@ -15,4 +15,8 @@ def gerupgrade():
def sovupgrade():
sov.level+=1
sov.hp+=45
sov.attack+=6
\ No newline at end of file
sov.attack+=6
if sov.level=10:
sov.level+=1
sov.hp-=20
sov.attack+=100
\ 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