Make gibbing drop items again (#21047)
LGTM, Just a warning that this will probably get overriden when medical refactor gets merged since it refactors gibbing.
This commit is contained in:
@@ -148,7 +148,7 @@ namespace Content.Server.Explosion.EntitySystems
|
||||
if (!TryComp<TransformComponent>(uid, out var xform))
|
||||
return;
|
||||
|
||||
_body.GibBody(xform.ParentUid, deleteItems: component.DeleteItems);
|
||||
_body.GibBody(xform.ParentUid, true, deleteItems: component.DeleteItems);
|
||||
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user