From 6f371375c501e4e2f443e62cb238b3a50181effb Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 29 Jun 2023 22:36:28 +1000 Subject: [PATCH] Fix cave ores (#17733) --- Resources/Prototypes/Procedural/salvage_loot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/Procedural/salvage_loot.yml b/Resources/Prototypes/Procedural/salvage_loot.yml index 74f229e228..06da9f7167 100644 --- a/Resources/Prototypes/Procedural/salvage_loot.yml +++ b/Resources/Prototypes/Procedural/salvage_loot.yml @@ -7,6 +7,7 @@ loots: - !type:BiomeMarkerLoot proto: + Caves: OreTin Grasslands: OreTin Lava: BasaltOreTin Snow: SnowOreTin @@ -18,6 +19,7 @@ loots: - !type:BiomeMarkerLoot proto: + Caves: OreQuartz Grasslands: OreQuartz Lava: BasaltOreQuartz Snow: SnowOreQuartz @@ -30,6 +32,7 @@ loots: - !type:BiomeMarkerLoot proto: + Caves: OreGold Grasslands: OreGold Lava: BasaltOreGold Snow: SnowOreGold @@ -41,6 +44,7 @@ loots: - !type:BiomeMarkerLoot proto: + Caves: OreSilver Grasslands: OreSilver Lava: BasaltOreSilver Snow: SnowOreSilver @@ -53,6 +57,7 @@ loots: - !type:BiomeMarkerLoot proto: + Caves: OrePlasma Grasslands: OrePlasma Lava: BasaltOrePlasma Snow: SnowOrePlasma @@ -64,6 +69,7 @@ loots: - !type:BiomeMarkerLoot proto: + Caves: OreUranium Grasslands: OreUranium Lava: BasaltOreUranium Snow: SnowOreUranium @@ -75,6 +81,7 @@ loots: - !type:BiomeMarkerLoot proto: + Caves: OreBananium Grasslands: OreBananium Lava: BasaltOreBananium Snow: SnowOreBananium @@ -86,6 +93,7 @@ loots: - !type:BiomeMarkerLoot proto: + Caves: OreArtifactFragment Grasslands: OreArtifactFragment Lava: BasaltOreArtifactFragment Snow: SnowOreArtifactFragment