Remove 3B hold check for runner on 2nd
This commit is contained in:
parent
50895fef90
commit
b454912393
@ -2644,12 +2644,12 @@ async def xchecks(session: Session, interaction: discord.Interaction, this_play:
|
||||
label_type='yes'
|
||||
)
|
||||
|
||||
elif position == '3B' and this_play.on_second is not None:
|
||||
is_holding = await ask_confirm(
|
||||
interaction,
|
||||
question=f'Was {this_play.on_second.card.player.name} held at second base?',
|
||||
label_type='yes'
|
||||
)
|
||||
# elif position == '3B' and this_play.on_second is not None:
|
||||
# is_holding = await ask_confirm(
|
||||
# interaction,
|
||||
# question=f'Was {this_play.on_second.card.player.name} held at second base?',
|
||||
# label_type='yes'
|
||||
# )
|
||||
|
||||
elif position == '2B' and (this_play.on_first is not None or this_play.on_second is not None) and (this_play.batter.card.batterscouting.battingcard.hand == 'R' or (this_play.batter.card.batterscouting.battingcard.hand == 'S' and this_play.pitcher.card.pitcherscouting.pitchingcard.hand == 'L')):
|
||||
if this_play.on_second is not None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user