Skip to content

Commit

Permalink
* Updated .gitignore to exclude .vs and build folders.
Browse files Browse the repository at this point in the history
* Fixed incorrect comment description of January flux.
  • Loading branch information
Metritutus committed Feb 24, 2024
1 parent 3eae94f commit fd1de3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules
dist
build

# global env files
.env
Expand All @@ -17,6 +18,7 @@ yarn-error.log*
# Editor directories and files
.idea
.vscode/**
.vs/**
!.vscode/launch.json
*.suo
*.ntvs*
Expand Down
2 changes: 1 addition & 1 deletion server/services/gameFlux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class GameFluxService {
}

applyJanFlux(game: Game) {
// Banking rewards are increased.
// Banking rewards are decreased.
game.constants.player.bankingCycleRewardMultiplier = 50;
}

Expand Down

0 comments on commit fd1de3e

Please sign in to comment.