Commit cf661305 by BellCodeEditor

save project

parent 0eca85e1
Showing with 2 additions and 2 deletions
......@@ -6,7 +6,7 @@ class Hero():
self.defense=250
self.attck=250
self.name=name
yase=yase
......@@ -18,7 +18,7 @@ class Hero():
#Hoshiguma = Hero(1,1602,154,221)
#Chen.a()
while true:
while true:
def combat(self,enemy):
enemy.hp-=self.attck
info1=self.name+"的的"+enemy.name+"分工"
......
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