Skip to content

Commit

Permalink
AME Fuel Jar Size Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuPolaris committed Aug 13, 2024
1 parent cb60f83 commit 7d6ee3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/Ame/Components/AmeFuelContainerComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ public sealed partial class AmeFuelContainerComponent : Component
/// The amount of fuel in the container.
/// </summary>
[DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField]
public int FuelAmount = 500;
public int FuelAmount = 1000; /// Frontier, Revert Jar Size

/// <summary>
/// The maximum fuel capacity of the container.
/// </summary>
[DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField]
public int FuelCapacity = 500;
public int FuelCapacity = 1000; /// Frontier, Revert Jar Size
}
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 137 files

0 comments on commit 7d6ee3d

Please sign in to comment.