Skip to content

Commit

Permalink
feat(single-mode): adjust partner score
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Aug 30, 2021
1 parent cf6ce59 commit b01d706
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auto_derby/single_mode/training/partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ def score(self, ctx: Context) -> float:
(72, 0),
),
)
if self.has_training:
ret += 7
return ret

@staticmethod
Expand Down

0 comments on commit b01d706

Please sign in to comment.