Skip to content

Commit

Permalink
更新小赛季
Browse files Browse the repository at this point in the history
  • Loading branch information
lisai9093 committed Jun 25, 2024
1 parent ed23061 commit a3b843d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified png/douji2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions yys.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ def douji():
screen=action.screenshot(monitor)

for i in ['jujue','shoudong','zidong','queren',\
'douji','douji3','douji4',\
'douji','douji2','douji3','douji4',\
'doujiqueren','doujiend','ying','jixu',\
'zhunbei','zhunbei2',\
'doujiquxiao']:
Expand All @@ -900,7 +900,7 @@ def douji():
print('进攻次数上限')
select_mode()

if i=='douji' or i=='douji4':
if 'douji' in i:
if cishu>30:
print('斗技次数上限')
select_mode()
Expand All @@ -910,7 +910,7 @@ def douji():
print('斗技次数:',cishu)
xy = action.cheat(pts[0], w, h-10 )
action.touch(xy)
t = random.randint(15,30) / 100
t = random.randint(150,300) / 100
time.sleep(t)
break
elif i=='doujiquxiao':
Expand Down

0 comments on commit a3b843d

Please sign in to comment.