Commit ac1187f2 by BellCodeEditor

save project

parent 06c220e3
Showing with 4 additions and 3 deletions
...@@ -27,7 +27,7 @@ class Sans(object): ...@@ -27,7 +27,7 @@ class Sans(object):
def Data_Check(Hero): def Data_Check(Hero):
print(''+str(Hero.Level)) print(''+str(Hero.Level))
Outer = Hero(30,50,20,20,'Outer!Sans') Outer = Sans(30,50,20,20,'Outer!Sans')
Mudder = Hero(20,40,18,16,'Mudder!Sans') Mudder = Sans(20,40,18,16,'Mudder!Sans')
Outer.combat(Mudder) Outer.combat(Mudder)
\ 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