Skip to content

Commit

Permalink
Oops... small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Jan 20, 2024
1 parent 1a5c323 commit 7fc81a9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ private void OnGettingPickedUpAttempt(EntityUid uid, PseudoItemComponent compone

// Frontier: prevent people from pushing each other from a bag
if (HasComp<ItemComponent>(args.User))
{
args.Cancel();
return;
}

// Frontier: try to carry the person when taking them out of a bag.
if (_carrying.TryCarry(args.User, uid))
Expand Down

0 comments on commit 7fc81a9

Please sign in to comment.