diff --git a/Content.IntegrationTests/Tests/Tiles/TileConstructionTests.cs b/Content.IntegrationTests/Tests/Tiles/TileConstructionTests.cs index 6ea8b6882a..eef420df20 100644 --- a/Content.IntegrationTests/Tests/Tiles/TileConstructionTests.cs +++ b/Content.IntegrationTests/Tests/Tiles/TileConstructionTests.cs @@ -82,7 +82,7 @@ public sealed class TileConstructionTests : InteractionTest AssertGridCount(1); // Lattice -> Plating - await InteractUsing(Steel); + await InteractUsing(FloorItem); Assert.That(Hands.ActiveHandEntity, Is.Null); await AssertTile(Plating); AssertGridCount(1); diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml index bc9202324d..2156124749 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml @@ -59,9 +59,6 @@ - type: Item heldPrefix: steel - type: Appearance - - type: FloorTile - outputs: - - Plating - type: Extractable grindableSolutionName: steel - type: SolutionContainerManager