From 20a1b4a3d96ba1fbbbfa8e611844e66ded9e96c9 Mon Sep 17 00:00:00 2001 From: Arendian <137322659+Arendian@users.noreply.github.com> Date: Sat, 6 Jan 2024 06:02:31 +0100 Subject: [PATCH] Adds steel tiles to construction module (#23598) --- .../Prototypes/Entities/Objects/Materials/parts.yml | 9 +++++++++ .../Entities/Objects/Specific/Robotics/borg_modules.yml | 1 + 2 files changed, 10 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Materials/parts.yml b/Resources/Prototypes/Entities/Objects/Materials/parts.yml index 76c1f20460..a15675995c 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/parts.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/parts.yml @@ -110,3 +110,12 @@ - type: Stack lingering: true count: 0 + +- type: entity + parent: FloorTileItemSteel + id: FloorTileItemSteelLingering0 + suffix: Lingering, 0 + components: + - type: Stack + lingering: true + count: 0 diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index 3755edd60b..164e704ba2 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -248,6 +248,7 @@ - SheetSteelLingering0 - SheetGlassLingering0 - PartRodMetalLingering0 + - FloorTileItemSteelLingering0 - type: entity id: BorgModuleRCD -- 2.51.2