Skip to content

Commit cd4b12c

Browse files
Th3-spookari-steas
authored andcommitted
Update Nyx_ammo.cs
smh
1 parent 6fac8a3 commit cd4b12c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Weapon Mods/Heavy-Assault-Systems/Data/Scripts/CoreParts

Weapon Mods/Heavy-Assault-Systems/Data/Scripts/CoreParts/Nyx_ammo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ partial class Parts
8989
Patterns = new[] { // If enabled, set of multiple ammos to fire in order instead of the main ammo.
9090
"Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake",
9191
},
92-
Mode = Never, // Select when to activate this pattern, options: Never, Weapon, Fragment, Both
92+
Mode = Weapon, // Select when to activate this pattern, options: Never, Weapon, Fragment, Both
9393
TriggerChance = 1f, // This is %
9494
Random = false, // This randomizes the number spawned at once, NOT the list order.
9595
RandomMin = 1,

0 commit comments

Comments
 (0)