Skip to content

Commit

Permalink
fix nexus points
Browse files Browse the repository at this point in the history
  • Loading branch information
Techno11 committed Sep 26, 2024
1 parent ad46b29 commit cd4f343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/models/src/seasons/FeedingTheFuture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ export function getNexusPoints(details: MatchDetails): [number, number] {
red += 1;
break;
case NexusGoalState.Full:
case NexusGoalState.Produced:
red += 2;
break;
}
Expand All @@ -497,6 +498,7 @@ export function getNexusPoints(details: MatchDetails): [number, number] {
blue += 1;
break;
case NexusGoalState.Full:
case NexusGoalState.Produced:
blue += 2;
break;
}
Expand Down

0 comments on commit cd4f343

Please sign in to comment.