Commit 864b0a3a by BellCodeEditor

save project

parent 8bb00ee2
Showing with 1 additions and 1 deletions
......@@ -11,7 +11,7 @@ def combat(self, enemy):
self.hp=self.hp+666
if self.hp>self.max_hp:
self.hp=self.max_hp
print(self.name+"使用了吃屎,量增加:", 666,",目前的屎量为:",self.hp)
print(self.name+"使用了吃屎,量增加:", 666,",目前的屎量为:",self.hp)
def combat(self, enemy): # 普通攻击
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