fix: adds required constants

This commit is contained in:
Emerson Rosen-Jones 2025-12-20 22:21:35 -05:00
parent f3611c29ae
commit 5dcfcdf77f

View file

@ -5,6 +5,9 @@ local STORAGE = ""
local OIL_TANK = "" local OIL_TANK = ""
local FUEL_TANK = "" local FUEL_TANK = ""
local OIL_SETPOINT = 64000
local BIOMASS_SETPOINT = 4 * 64
local BIOFUEL_SETPOINT = 128000
local SPEEDOMETER = "" local SPEEDOMETER = ""
local SUBNET_TICKER = "" local SUBNET_TICKER = ""