diff --git a/Resources/Prototypes/Tiles/plating.yml b/Resources/Prototypes/Tiles/plating.yml index 54c029ea44..4f9601d106 100644 --- a/Resources/Prototypes/Tiles/plating.yml +++ b/Resources/Prototypes/Tiles/plating.yml @@ -2,3 +2,8 @@ name: Plating texture: plating id: 2 + +- type: tile + name: Underplating + texture: underplating + id: 3 diff --git a/Resources/Textures/Tiles/underplating.png b/Resources/Textures/Tiles/underplating.png new file mode 100644 index 0000000000..68de506c87 Binary files /dev/null and b/Resources/Textures/Tiles/underplating.png differ