Skip to content

Commit

Permalink
优化单人副本
Browse files Browse the repository at this point in the history
  • Loading branch information
lisai9093 committed Feb 28, 2024
1 parent 7be97ab commit fd1d73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yys.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def yuhundanren():
print('挑战次数:',cishu)
if cishu>200:
select_mode()
t = random.randint(150,300) / 100
t = random.randint(500,800) / 100
else:
t = random.randint(15,30) / 100
xy = action.cheat(pts[0], w, h-10 )
Expand Down

0 comments on commit fd1d73b

Please sign in to comment.