Skip to content

Commit

Permalink
Merge branch 'keldaanCommunity:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkatek7 authored Aug 18, 2024
2 parents 4e52696 + d174897 commit ea967f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/types/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export const FishRarityProbability: {
export const MAX_PLAYERS_PER_GAME = 8
export const MIN_HUMAN_PLAYERS = process.env.MIN_HUMAN_PLAYERS
? parseInt(process.env.MIN_HUMAN_PLAYERS)
: 8
: 1

export const DEFAULT_ATK_SPEED = 0.75
export const DEFAULT_CRIT_CHANCE = 10
Expand Down

0 comments on commit ea967f6

Please sign in to comment.