Skip to content

Commit

Permalink
chore:修复内测bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh0402 committed Jan 4, 2021
1 parent 7701ef5 commit 9135fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PublicReference/equipment/装备_武器_HF.py
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@ def 其它属性(self, 属性):
self.属性描述 += 属性.移动速度增加(0.2)
pass
def 变换属性(self,属性):
self.属性描述 += 属性.伤害伤害加成(0.14,1)
self.属性描述 += 属性.伤害增加加成(0.14,1)
pass

class 装备68(装备):
Expand Down

0 comments on commit 9135fd9

Please sign in to comment.