From b27f33fb1f9773a937d6ed4e3a1e069aff8402ad Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 29 Apr 2023 18:17:16 +1000 Subject: [PATCH] Really fix master (#15885) --- Resources/Prototypes/Entities/Objects/Materials/materials.yml | 1 + Resources/Prototypes/Entities/Objects/Materials/ore.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index ee35d9f17e..94d74275b5 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -284,6 +284,7 @@ suffix: Full components: - type: Material + - type: PhysicalComposition materialComposition: Bananium: 150 - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Materials/ore.yml b/Resources/Prototypes/Entities/Objects/Materials/ore.yml index d953834edc..18e7e7faa5 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/ore.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/ore.yml @@ -185,6 +185,7 @@ - type: Sprite state: bananium - type: Material + - type: PhysicalComposition materialComposition: Bananium: 500 -- 2.51.2