diff --git a/Content.Server/GameObjects/Components/AnchorableComponent.cs b/Content.Server/GameObjects/Components/AnchorableComponent.cs index 5e38acaf8c..6ad088bdbe 100644 --- a/Content.Server/GameObjects/Components/AnchorableComponent.cs +++ b/Content.Server/GameObjects/Components/AnchorableComponent.cs @@ -102,7 +102,7 @@ namespace Content.Server.GameObjects.Components public override void Initialize() { base.Initialize(); - Owner.EnsureComponent(); + Owner.EnsureComponent(); } bool IInteractUsing.InteractUsing(InteractUsingEventArgs eventArgs) diff --git a/Resources/Prototypes/Entities/Constructible/Ground/wires.yml b/Resources/Prototypes/Entities/Constructible/Ground/wires.yml index d4625c07c2..269ff6074d 100644 --- a/Resources/Prototypes/Entities/Constructible/Ground/wires.yml +++ b/Resources/Prototypes/Entities/Constructible/Ground/wires.yml @@ -19,8 +19,6 @@ - type: Destructible thresholdvalue: 100 - type: SubFloorHide - - type: Physics - anchored: true - type: entity parent: WireBase diff --git a/Resources/Prototypes/Entities/Constructible/Power/power.yml b/Resources/Prototypes/Entities/Constructible/Power/power.yml index 4368ce971c..dde2124bad 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/power.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/power.yml @@ -23,8 +23,6 @@ nodeGroupID: HVPower - type: PowerSupplier supplyRate: 3000 - - type: Physics - anchored: true - type: Anchorable - type: entity @@ -55,8 +53,6 @@ - type: Damageable - type: Breakable thresholdvalue: 100 - - type: Physics - anchored: true - type: Anchorable - type: entity @@ -85,8 +81,6 @@ nodeGroupID: HVPower - type: PowerConsumer - type: BatteryStorage - - type: Physics - anchored: true - type: Anchorable - type: entity @@ -115,8 +109,6 @@ nodeGroupID: HVPower - type: PowerSupplier - type: BatteryDischarger - - type: Physics - anchored: true - type: Anchorable - type: entity @@ -161,8 +153,6 @@ - type: PowerSupplier - type: BatteryDischarger activeSupplyRate: 1000 - - type: Physics - anchored: true - type: Anchorable - type: entity @@ -201,8 +191,6 @@ voltage: Medium - type: BatteryDischarger activeSupplyRate: 1000 - - type: Physics - anchored: true - type: Anchorable - type: entity @@ -272,8 +260,6 @@ - type: Icon texture: Constructible/Power/wirelessmachine.png - type: PowerReceiver - - type: Physics - anchored: true - type: Anchorable - type: entity