Removes obsolete PhysicsComponent from power prototypes (#1542)
* Removes obsolete PhysicsComponent from wire and power prototypes * Updates anchorable to use CollidableCOmponent * Map update * map update again * Fixes generators starting unanchored Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
@@ -102,7 +102,7 @@ namespace Content.Server.GameObjects.Components
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
Owner.EnsureComponent<PhysicsComponent>();
|
||||
Owner.EnsureComponent<CollidableComponent>();
|
||||
}
|
||||
|
||||
bool IInteractUsing.InteractUsing(InteractUsingEventArgs eventArgs)
|
||||
|
||||
Reference in New Issue
Block a user