Death acidifier fix (#25251)

This commit is contained in:
Jezithyr
2024-02-14 17:37:56 -08:00
committed by GitHub
parent d6139429ad
commit be29a054de
3 changed files with 13 additions and 7 deletions

View File

@@ -274,8 +274,7 @@ public partial class SharedBodySystem
public virtual HashSet<EntityUid> GibBody(
EntityUid bodyId,
bool gibOrgans = false,
BodyComponent? body = null ,
bool deleteItems = false,
BodyComponent? body = null,
bool launchGibs = true,
Vector2? splatDirection = null,
float splatModifier = 1,