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