Skip to content

Commit

Permalink
Lying pet fix (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirus59 authored Oct 12, 2024
1 parent 4783886 commit 59dcd2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ private void StandUp(EntityUid uid, LyingDownOnBuckledEntityComponent? component
if (component.LyingOn is { } lyingOnEnt)
RemComp<UnderLyingPetComponent>(lyingOnEnt);

component.LyingOn = null;
_actionBlocker.UpdateCanMove(uid);
Dirty(uid, component);
}
Expand Down

0 comments on commit 59dcd2a

Please sign in to comment.