Erabior / RouteManager

Mod for Railroader the game that adds basic automation for passenger routes
13 stars 6 forks source link

Refactor Fuel Checking #21

Closed AdamC1228 closed 10 months ago

AdamC1228 commented 10 months ago

Refactoring of fuel checking for better adjust-ability and programmability.

Proposed alterations for fuel checking that establishes the minimum fuel quantities as variables instead of hard coded values. If these values ever need changed for tuning purposes then it can be a hard to locate every code instance of these. Additionally if it is ever established that the user will be able to update these values via the GUI or console then the groundwork has been established for it.