From 7cb10882645b0708b1c933dd0724c2b985f60d7d Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Wed, 28 Dec 2022 22:57:28 -0500 Subject: [PATCH] Optimizing the Pill Canisters! (#13220) --- Resources/Prototypes/Entities/Objects/Specific/chemistry.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index 2076a8e482..7aa060daf5 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -295,7 +295,7 @@ name: pill canister id: PillCanister parent: BaseStorageItem - description: Holds up to 12 pills. + description: Holds up to 9 pills. components: - type: Sprite sprite: Objects/Specific/Chemistry/pills_canister.rsi @@ -306,7 +306,7 @@ tags: - PillCanister - type: Storage - capacity: 12 + capacity: 9 quickInsert: true areaInsert: true areaInsertRadius: 1