From f61f30fec96d414ac6752353d75ac4a976fafa85 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:45:33 -0600 Subject: [PATCH] Fixes silver bars being whole stacks (#25239) Co-authored-by: Jeff --- Resources/Prototypes/Entities/Objects/Materials/ingots.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Materials/ingots.yml b/Resources/Prototypes/Entities/Objects/Materials/ingots.yml index 24e8ca649c..7e8e6a5b74 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/ingots.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/ingots.yml @@ -59,7 +59,7 @@ reagents: - ReagentId: Gold Quantity: 10 - + - type: entity parent: IngotGold id: IngotGold1 @@ -113,3 +113,5 @@ components: - type: Sprite state: silver + - type: Stack + count: 1 -- 2.52.0