Skip to content

Commit

Permalink
bugfix:黑暗武士:修正无法计算的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh0402 committed Dec 31, 2020
1 parent eece44c commit 81e9991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Part/黑暗武士.py
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ def 伤害指数计算(self):
if sum(self.自适应选项) != 0:
self.自适应计算()

self.希洛克武器提升()
# self.希洛克武器提升()

面板1 = int((self.面板力量() / 250 + 1) * (self.物理攻击力 + self.进图物理攻击力) * (1 + self.百分比三攻))
面板2 = int((self.面板智力() / 250 + 1) * (self.魔法攻击力 + self.进图魔法攻击力) * (1 + self.百分比三攻))
Expand Down

0 comments on commit 81e9991

Please sign in to comment.