Skip to content

Commit

Permalink
Give shotgun a little bit more spread
Browse files Browse the repository at this point in the history
  • Loading branch information
bit69tream committed Jan 4, 2024
1 parent 95df384 commit 61ca811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stribun.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ void bossMarineAttack(void) {
for (int i = 0; i < 30; i++) {
(void) i;

float spread = (float)GetRandomValue(-15, 15);
float spread = (float)GetRandomValue(-30, 30);
float speed = (float)GetRandomValue(1, 10) / 10.0f * 0.8f;

bossMarineShoot(speed,
Expand Down

0 comments on commit 61ca811

Please sign in to comment.