Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Nov 23, 2024
1 parent 4a205f4 commit b402f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Shared/Body/Systems/SharedBodySystem.Parts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Content.Shared.Buckle;
using Content.Shared.Standing;


namespace Content.Shared.Body.Systems;
Expand Down Expand Up @@ -215,6 +216,7 @@ private void RemoveLeg(Entity<BodyPartComponent> legEnt, Entity<BodyComponent?>
Dirty(bodyEnt, bodyEnt.Comp);
if (!_buckle.IsBuckled(bodyEnt)) // WD EDIT
Standing.Down(bodyEnt);
RaiseLocalEvent(bodyEnt, new DropHandItemsEvent(), false); // WD EDIT
}
}

Expand Down

0 comments on commit b402f14

Please sign in to comment.