Skip to content

Conversation

@Rubeebeebee
Copy link

IT WORKYYY

Made AME fuel jars have more fuel in them, to last longer between refuels.


Changelog

🆑

  • tweak: Made AMEs fuel jars last longer

@github-actions github-actions bot added Changes: C# Changes or adds C# files Changes: YML YAML changes labels Feb 9, 2026
Copy link
Collaborator

@eris-webserv eris-webserv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see requested changes.

/// </summary>
[DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField]
public int FuelAmount = 1000;
public int FuelAmount = 10000;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public int FuelAmount = 10000;
public int FuelAmount = 1000;

Just set this on the AME jar prototype, it's a datafield. Like this: fuelAmount

/// </summary>
[DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField]
public int FuelCapacity = 1000;
public int FuelCapacity = 10000;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public int FuelCapacity = 10000;
public int FuelCapacity = 1000;

Ditto.

@Rubeebeebee
Copy link
Author

Please see requested changes.

you are so smart can we make out

yes i'm going to implement these, gimme a moment

@Rubeebeebee
Copy link
Author

done!

nooaaaa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changes: C# Changes or adds C# files Changes: YML YAML changes Status: Needs Review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants