From ee014609a885454e0b732352b1051d34f8db7544 Mon Sep 17 00:00:00 2001 From: Rubeebeebee Date: Tue, 10 Feb 2026 07:22:43 +0800 Subject: [PATCH 1/2] AME fuel jars have more fuel --- Content.Shared/Ame/Components/AmeFuelContainerComponent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Ame/Components/AmeFuelContainerComponent.cs b/Content.Shared/Ame/Components/AmeFuelContainerComponent.cs index 757a3a515b6..fda454f4e8d 100644 --- a/Content.Shared/Ame/Components/AmeFuelContainerComponent.cs +++ b/Content.Shared/Ame/Components/AmeFuelContainerComponent.cs @@ -9,11 +9,11 @@ public sealed partial class AmeFuelContainerComponent : Component /// The amount of fuel in the container. /// [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] - public int FuelAmount = 1000; + public int FuelAmount = 10000; /// /// The maximum fuel capacity of the container. /// [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] - public int FuelCapacity = 1000; + public int FuelCapacity = 10000; } From 9b62563f323703145ceda6af42dd3fc4d6ce6c7d Mon Sep 17 00:00:00 2001 From: Rubeebeebee Date: Tue, 10 Feb 2026 09:23:47 +0800 Subject: [PATCH 2/2] edited the AME fuel jars via yaml instead. --- Content.Shared/Ame/Components/AmeFuelContainerComponent.cs | 4 ++-- .../Prototypes/Entities/Objects/Power/antimatter_jar.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Ame/Components/AmeFuelContainerComponent.cs b/Content.Shared/Ame/Components/AmeFuelContainerComponent.cs index fda454f4e8d..757a3a515b6 100644 --- a/Content.Shared/Ame/Components/AmeFuelContainerComponent.cs +++ b/Content.Shared/Ame/Components/AmeFuelContainerComponent.cs @@ -9,11 +9,11 @@ public sealed partial class AmeFuelContainerComponent : Component /// The amount of fuel in the container. /// [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] - public int FuelAmount = 10000; + public int FuelAmount = 1000; /// /// The maximum fuel capacity of the container. /// [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] - public int FuelCapacity = 10000; + public int FuelCapacity = 1000; } diff --git a/Resources/Prototypes/Entities/Objects/Power/antimatter_jar.yml b/Resources/Prototypes/Entities/Objects/Power/antimatter_jar.yml index 22e5b9bb3cf..43591e6dcb3 100644 --- a/Resources/Prototypes/Entities/Objects/Power/antimatter_jar.yml +++ b/Resources/Prototypes/Entities/Objects/Power/antimatter_jar.yml @@ -11,6 +11,8 @@ sprite: Objects/Power/AME/ame_jar.rsi state: jar - type: AmeFuelContainer + fuelAmount: 10000 + fuelCapacity: 10000 - type: StaticPrice price: 500 - type: GuideHelp