From cbaab5dc367db741576821498c07fd7eb17ad9ae Mon Sep 17 00:00:00 2001 From: Psychpsyo <60073468+Psychpsyo@users.noreply.github.com> Date: Wed, 27 Sep 2023 08:31:54 +0200 Subject: [PATCH] Make bucket tranfer 100u by default (#20532) --- Resources/Prototypes/Entities/Objects/Tools/bucket.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/bucket.yml b/Resources/Prototypes/Entities/Objects/Tools/bucket.yml index 17aadff8a9..2a5870908f 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/bucket.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/bucket.yml @@ -26,7 +26,7 @@ bucket: maxVol: 250 - type: SolutionTransfer - transferAmount: 50 + transferAmount: 100 maxTransferAmount: 100 minTransferAmount: 10 canChangeTransferAmount: true -- 2.51.2