From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:45:33 +0000 (-0600) Subject: Fixes silver bars being whole stacks (#25239) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f61f30fec96d414ac6752353d75ac4a976fafa85;p=space-station-14.git Fixes silver bars being whole stacks (#25239) Co-authored-by: Jeff --- 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