Skip to content

Commit

Permalink
Allow Seraphim torpedo bomber to split into 3 instead of 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Feb 17, 2024
1 parent 05db91f commit bb74caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SANHeavyCavitationTorpedo01 = ClassProjectile(SHeavyCavitationTorpedo) {
local velocity = 10

-- Create projectiles in a dispersal pattern
local numProjectiles = 2
local numProjectiles = 3
local angle = (2*math.pi) / numProjectiles
local angleInitial = RandomFloat(0, angle)

Expand Down

0 comments on commit bb74caa

Please sign in to comment.