]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix iron ore being called steel ore in the vein descriptions (#24066)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Sun, 14 Jan 2024 06:52:04 +0000 (01:52 -0500)
committerGitHub <noreply@github.com>
Sun, 14 Jan 2024 06:52:04 +0000 (17:52 +1100)
Fix iron ore being called steel ore

Resources/Prototypes/Entities/Structures/Walls/asteroid.yml

index 01b866e3472dda5fbcae20169143457c6f05fc57..d5c542a0a173e520dccc4580e846eba2e48d6911 100644 (file)
 - 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
 - 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
 - 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
 - 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
 - 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
 - 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
 - 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