Named fixtures for banana peels (#3822)
* Named fixtures for banana peels * Soaps and PDAs * Update submodule
This commit is contained in:
@@ -102,7 +102,7 @@ namespace Content.Shared.GameObjects.Components.Doors
|
||||
// stops us colliding with people we're crushing, to prevent hitbox clipping and jank
|
||||
public bool PreventCollide(IPhysBody collidedwith)
|
||||
{
|
||||
return CurrentlyCrushing.Contains(collidedwith.Entity.Uid);
|
||||
return CurrentlyCrushing.Contains(collidedwith.Owner.Uid);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user