diff --git a/Content.Shared/Mining/OrePrototype.cs b/Content.Shared/Mining/OrePrototype.cs index 3d0cab5a02..502a5499ab 100644 --- a/Content.Shared/Mining/OrePrototype.cs +++ b/Content.Shared/Mining/OrePrototype.cs @@ -1,4 +1,4 @@ -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Shared.Mining; diff --git a/Resources/Prototypes/ore.yml b/Resources/Prototypes/ore.yml index 37f24869e1..33f17a5e01 100644 --- a/Resources/Prototypes/ore.yml +++ b/Resources/Prototypes/ore.yml @@ -32,6 +32,8 @@ - type: ore id: OreArtifactFragment oreEntity: ArtifactFragment + minOreYield: 2 + maxOreYield: 4 - type: weightedRandom id: RandomOreDistributionStandard