Skip to content

Commit

Permalink
Merge pull request #58 from A-bot-Moonblade/main
Browse files Browse the repository at this point in the history
Increase Grass speed
  • Loading branch information
YoctoProductions authored Dec 25, 2024
2 parents 50dfd92 + bed7853 commit 63080c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/game/biomes/EarthBiome.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class EarthBiome extends Biome {
}

applyEffects(player) {
player.speed.multiplier *= 0.9;
player.speed.multiplier *= 1;
player.sword.damage.multiplier *= 0.85;
}
}
Expand Down

0 comments on commit 63080c0

Please sign in to comment.