Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #119 from InvalidArgument3/network
Browse files Browse the repository at this point in the history
remove heckfire indicator frag
  • Loading branch information
InvalidArgument3 authored Jun 22, 2024
2 parents 4c6c459 + 256781a commit 380fadf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ partial class Parts
},
Fragment = new FragmentDef // Formerly known as Shrapnel. Spawns specified ammo fragments on projectile death (via hit or detonation).
{
AmmoRound = "Hellfire Laser Indicator", // AmmoRound field of the ammo to spawn.
AmmoRound = "", // AmmoRound field of the ammo to spawn.
Fragments = 1, // Number of projectiles to spawn.
Degrees = 65, // Cone in which to randomize direction of spawned projectiles.
Reverse = false, // Spawn projectiles backward instead of forward.
Expand Down

0 comments on commit 380fadf

Please sign in to comment.