Skip to content

Commit

Permalink
Update EarthBiome.js
Browse files Browse the repository at this point in the history
Increased speed to match Lava
  • Loading branch information
A-bot-Moonblade authored Dec 25, 2024
1 parent 50dfd92 commit bed7853
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 bed7853

Please sign in to comment.