Skip to content

Commit

Permalink
Merge pull request #313 from ORNL-AMO/issue-299
Browse files Browse the repository at this point in the history
2 year interval now default
  • Loading branch information
rhernandez-intertech authored Mar 28, 2024
2 parents f79ec81 + e71015b commit 9000509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class App extends React.PureComponent<unknown, AppState> {
isCompareDialogOpen: false,
gameSettings: {
totalGameYears: 10,
gameYearInterval: 1,
gameYearInterval: 2,
budget: 150_000,
devBudget: 10000000,
naturalGasUse: 4_000,
Expand Down

0 comments on commit 9000509

Please sign in to comment.