From 43da5f65f3a13c9543fc03c8573125f14e560b4e Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sun, 14 Jan 2024 01:52:04 -0500 Subject: [PATCH] Fix iron ore being called steel ore in the vein descriptions (#24066) Fix iron ore being called steel ore --- .../Entities/Structures/Walls/asteroid.yml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index 01b866e347..d5c542a0a1 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -174,8 +174,8 @@ - type: entity id: AsteroidRockTin parent: AsteroidRock - description: An ore vein rich with steel. - suffix: Steel + description: An ore vein rich with iron. + suffix: Iron components: - type: OreVein oreChance: 1.0 @@ -519,8 +519,8 @@ - type: entity id: WallRockTin parent: WallRock - description: An ore vein rich with steel. - suffix: Steel + description: An ore vein rich with iron. + suffix: Iron components: - type: OreVein oreChance: 1.0 @@ -737,8 +737,8 @@ - type: entity id: WallRockBasaltTin parent: WallRockBasalt - description: An ore vein rich with steel. - suffix: Steel + description: An ore vein rich with iron. + suffix: Iron components: - type: OreVein oreChance: 1.0 @@ -955,8 +955,8 @@ - type: entity id: WallRockSnowTin parent: WallRockSnow - description: An ore vein rich with steel. - suffix: Steel + description: An ore vein rich with iron. + suffix: Iron components: - type: OreVein oreChance: 1.0 @@ -1174,8 +1174,8 @@ - type: entity id: WallRockSandTin parent: WallRockSand - description: An ore vein rich with steel. - suffix: Steel + description: An ore vein rich with iron. + suffix: Iron components: - type: OreVein oreChance: 1.0 @@ -1392,8 +1392,8 @@ - type: entity id: WallRockChromiteTin parent: WallRockChromite - description: An ore vein rich with steel. - suffix: Steel + description: An ore vein rich with iron. + suffix: Iron components: - type: OreVein oreChance: 1.0 @@ -1610,8 +1610,8 @@ - type: entity id: WallRockAndesiteTin parent: WallRockAndesite - description: An ore vein rich with steel. - suffix: Steel + description: An ore vein rich with iron. + suffix: Iron components: - type: OreVein oreChance: 1.0 -- 2.51.2