Disposals chute make it go splat (#20848)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Henry
2023-12-06 01:07:52 -08:00
committed by GitHub
parent 81b3f95b04
commit 80a1aadd5e
3 changed files with 55 additions and 35 deletions

View File

@@ -86,6 +86,7 @@ namespace Content.Shared.Throwing
private void OnSleep(EntityUid uid, ThrownItemComponent thrownItem, ref PhysicsSleepEvent @event)
{
@event.Cancelled = true;
StopThrow(uid, thrownItem);
}