From 16f737c93cad16ca95559ca04945fc4f96d85bc9 Mon Sep 17 00:00:00 2001 From: BlitzTheSquishy <73762869+BlitzTheSquishy@users.noreply.github.com> Date: Wed, 29 May 2024 11:20:47 +1000 Subject: [PATCH 1/2] Add pill whitelist to pill canisters Signed-off-by: BlitzTheSquishy <73762869+BlitzTheSquishy@users.noreply.github.com> --- Resources/Prototypes/Entities/Objects/Specific/chemistry.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index 3fe48e9d25c..a95d27f7c7f 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -524,6 +524,9 @@ tags: - PillCanister - type: Storage + whitelist: # DV - Remove the ability to store anything other than pills in pill canisters + component: + - Pill grid: - 0,0,4,1 quickInsert: true From b45da1a600a74250b1930d7f106f83856b025360 Mon Sep 17 00:00:00 2001 From: BlitzTheSquishy <73762869+BlitzTheSquishy@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:34:46 +1000 Subject: [PATCH 2/2] Forgot to update it!! Signed-off-by: BlitzTheSquishy <73762869+BlitzTheSquishy@users.noreply.github.com> --- Resources/Prototypes/Entities/Objects/Specific/chemistry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index 80c9e4acfbd..beb77c65f81 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -529,7 +529,7 @@ - PillCanister - type: Storage whitelist: # DV - Remove the ability to store anything other than pills in pill canisters - component: + tags: - Pill grid: - 0,0,4,1