From 1f69a81052bf22cac00fc57278405491c793c3f2 Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Wed, 20 Nov 2024 22:28:40 -0600 Subject: [PATCH 1/2] Nerf "mini" syringes (#2249) Update chemistry.yml --- Resources/Prototypes/Entities/Objects/Specific/chemistry.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index bc3e1a84436..8d66ec2d685 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -414,6 +414,10 @@ minimumSpeed: 3 removalTime: 0.25 embedOnThrow: false + - type: SolutionContainerManager # DeltaV - Nerfs the max volume to 5 (was 15) + solutions: + injector: + maxVol: 5 - type: SolutionInjectWhileEmbedded transferAmount: 1 solution: injector From 88182267bf967ffe9e9232b461ef88d7c223fefb Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Thu, 21 Nov 2024 05:28:59 +0100 Subject: [PATCH 2/2] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 57ecead89a8..c33c155ddad 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,11 +1,4 @@ Entries: -- author: VMSolidus and DangerRevolution - changes: - - message: The Listening Outpost has received several tweaks and balance changes. - It should spawn less often now. - type: Tweak - id: 194 - time: '2024-01-01T21:33:58.0000000+00:00' - author: ps3moira changes: - message: Reverted Shotgun sprites @@ -3748,3 +3741,10 @@ id: 693 time: '2024-11-20T23:57:11.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2246 +- author: Stop-Signs + changes: + - message: Mini syringes now hold 5u instead of 15 + type: Tweak + id: 694 + time: '2024-11-21T04:28:40.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2249