You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed while going through the code that Parting Shot is not counted as a u-turn move: elif move in ["U-Turn","U-turn","Volt Switch","Baton Pass"]: uturn = True
This seems like a mistake, as it's very much similar to the listed moves - is there a reason for this, or should it be updated?
The text was updated successfully, but these errors were encountered:
I noticed while going through the code that Parting Shot is not counted as a u-turn move:
elif move in ["U-Turn","U-turn","Volt Switch","Baton Pass"]: uturn = True
This seems like a mistake, as it's very much similar to the listed moves - is there a reason for this, or should it be updated?
The text was updated successfully, but these errors were encountered: