Skip to content

Commit

Permalink
差分-黄泉-第一层使用秘技
Browse files Browse the repository at this point in the history
  • Loading branch information
CHNZYX committed Aug 29, 2024
1 parent 8c8355d commit e7be44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diver.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def area(self):
if self.area_state == 0:
if '黄泉' in self.team_member and '黄泉' in config.skill_char:
self.quan = 1
if area_now == '战斗' and self.quan and self.allow_e and self.floor > 1:
if area_now == '战斗' and self.quan and self.allow_e:
self.press(str(self.team_member['黄泉']+1))
else:
self.press(self.long_range)
Expand Down

0 comments on commit e7be44a

Please sign in to comment.