Skip to content

Commit

Permalink
Update step value for Types.Buff.Size in LevelSystem.js
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Jan 13, 2024
1 parent 70ea290 commit 71336a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/game/components/LevelSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class LevelSystem {
[Types.Buff.Size]: {
level: 0,
max: levels[this.maxLevel].scale,
step: 0.05,
step: 0.04,
buyable: false,
},
[Types.Buff.Health]: {
Expand Down

0 comments on commit 71336a7

Please sign in to comment.