From 3ea0ffaedb1a9d226eb07b681cf28aaeb6867a12 Mon Sep 17 00:00:00 2001 From: AwareFoxy <135021509+AwareFoxy@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:16:58 +0100 Subject: [PATCH] Apply suggestions from code review --- Content.Shared/Body/Systems/SharedBodySystem.Body.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Shared/Body/Systems/SharedBodySystem.Body.cs b/Content.Shared/Body/Systems/SharedBodySystem.Body.cs index c31bc6721dc..b94a436d780 100644 --- a/Content.Shared/Body/Systems/SharedBodySystem.Body.cs +++ b/Content.Shared/Body/Systems/SharedBodySystem.Body.cs @@ -410,6 +410,7 @@ public virtual HashSet 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);