Skip to content

Commit

Permalink
damage
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinJMann committed Jan 15, 2025
1 parent 4d55db0 commit 9f1877b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/items/Bat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class Bat extends ItemBase {
const { playerID, hitPoint } = shot;
if (!hitPlayers.includes(playerID)) {
hitPlayers.push(playerID);
this.networking.applyDamage(playerID, 34);
this.networking.applyDamage(playerID, 50);
this.renderer.playerHitMarkers.push({
hitPoint: hitPoint,
shotVector: shot.vector,
Expand Down

0 comments on commit 9f1877b

Please sign in to comment.