From cee86dc6bb1be4deabf29242aa43387ff2aa2d3f Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 13 May 2023 22:14:38 -0400 Subject: [PATCH] Allow quick pickup with RPED (#16400) --- .../Prototypes/Entities/Objects/Specific/Research/rped.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml b/Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml index 0a0b3b059f..268a91c8de 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml @@ -16,6 +16,8 @@ - type: PartExchanger - type: Storage capacity: 150 + quickInsert: true + areaInsert: true whitelist: components: - - MachinePart \ No newline at end of file + - MachinePart -- 2.51.2