Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
AwareFoxy authored Nov 22, 2024
1 parent 1ddecce commit 3ea0ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Shared/Body/Systems/SharedBodySystem.Body.cs
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ public virtual HashSet<EntityUid> GibPart(
launchCone: splatCone);
}

// Corvax-Next-Surgery
_gibbingSystem.TryGibEntityWithRef(partId, partId, GibType.Gib, GibContentsOption.Drop, ref gibs,
playAudio: true, launchGibs: true, launchDirection: splatDirection, launchImpulse: GibletLaunchImpulse * splatModifier,
launchImpulseVariance: GibletLaunchImpulseVariance, launchCone: splatCone);
Expand Down

0 comments on commit 3ea0ffa

Please sign in to comment.