Rename usages of collidable to physics (#2230)
* Rename usages of collidable to physics * high tier PANIQUE * aaaaaaaaAAAAAa * cursed commit dont research * Fix urist and items being anchored * Fix the rest
This commit is contained in:
@@ -39,9 +39,9 @@ namespace Content.Server.GameObjects.Components.Atmos
|
||||
airtightComponent.AirBlocked = false;
|
||||
}
|
||||
|
||||
if (Owner.TryGetComponent(out ICollidableComponent collidableComponent))
|
||||
if (Owner.TryGetComponent(out IPhysicsComponent physics))
|
||||
{
|
||||
collidableComponent.Hard = false;
|
||||
physics.Hard = false;
|
||||
}
|
||||
|
||||
AutoClose = false;
|
||||
|
||||
Reference in New Issue
Block a user