Skip to content

Commit

Permalink
nerfed boss health
Browse files Browse the repository at this point in the history
  • Loading branch information
Ripslash committed Jun 7, 2024
1 parent e2f258b commit f9e7ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/entities/BigBossEntity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const BOSS_ATTACK_COOLDOWN = 50; // ticks

export class BigBossEntity extends PlayerEntity {
isBoss = true;
initHealth = 75;
initHealth = 60;

previousAttackTick: number;
previousShootTick: number;
Expand Down

0 comments on commit f9e7ae1

Please sign in to comment.