From 49ff1b5e51a89e80bef599ab29e6beb463ba0938 Mon Sep 17 00:00:00 2001 From: Saphire Lattice Date: Wed, 23 Apr 2025 18:08:02 +0700 Subject: [PATCH] Remove steel sheet hull fixing (#33443) * Remove steel sheet hull fixing It's unintuitive that it's wasteful, there's not really any systems to NOT make it wasteful, and it's a UX trap. No this is not "noob trap", no. It's an UX issue because if hundreds of people do it over and over again without noticing anything wrong, well, something fails to properly note that there's an issue with what they are doing. Aka user experience issue. Aka not a problem with the user but the design. Also could be a shitty doafter action that makes you wonder if something's wrong * Why was this testing using steel of all things --- Content.IntegrationTests/Tests/Tiles/TileConstructionTests.cs | 2 +- .../Prototypes/Entities/Objects/Materials/Sheets/metal.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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