Commit 51296dfa by BellCodeEditor

save project

parent 7a415b05
Showing with 5 additions and 0 deletions
...@@ -16,3 +16,7 @@ def sovupgrade(): ...@@ -16,3 +16,7 @@ def sovupgrade():
sov.level+=1 sov.level+=1
sov.hp+=45 sov.hp+=45
sov.attack+=6 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