From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Tue, 12 Dec 2023 07:51:38 +0000 (-0500) Subject: Makes pill canisters Tiny and puts 9 in the box chem gets. (#22378) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5e8a691cb5adb7eaf7901896a2cdf39a9138bd8b;p=space-station-14.git Makes pill canisters Tiny and puts 9 in the box chem gets. (#22378) * add more pill canisters, Depends on Big Spin PR. * Ill just put the change here too and be mad when it merge conflicts fuck it. * Fix test fail. --- diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml b/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml index c41753bdaf..8d62fbb515 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml @@ -22,7 +22,7 @@ - type: StorageFill contents: - id: PillCanister - amount: 4 + amount: 9 - type: Sprite layers: - state: box diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index 7ef0e6f5d2..d22e5d1418 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -470,12 +470,12 @@ parent: BaseStorageItem description: Holds up to 10 pills. components: + - type: Item + size: Tiny + sprite: Objects/Specific/Chemistry/pills_canister.rsi - type: Sprite sprite: Objects/Specific/Chemistry/pills_canister.rsi state: pill_canister - - type: Item - sprite: Objects/Specific/Chemistry/pills_canister.rsi - size: Small - type: Tag tags: - PillCanister