Added a Collidable Component to the existing station grind in StationStation.
This commit is contained in:
@@ -52,6 +52,7 @@ namespace Content.Server.GameObjects.Components.Movement
|
||||
physComp.Mass = 1;
|
||||
}
|
||||
|
||||
//TODO: Is this always true?
|
||||
if (!gridEntity.HasComponent<ICollidableComponent>())
|
||||
{
|
||||
var collideComp = gridEntity.AddComponent<CollidableComponent>();
|
||||
|
||||
Reference in New Issue
Block a user