fix: adds required constants
This commit is contained in:
parent
f3611c29ae
commit
5dcfcdf77f
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ local STORAGE = ""
|
|||
local OIL_TANK = ""
|
||||
local FUEL_TANK = ""
|
||||
|
||||
local OIL_SETPOINT = 64000
|
||||
local BIOMASS_SETPOINT = 4 * 64
|
||||
local BIOFUEL_SETPOINT = 128000
|
||||
|
||||
local SPEEDOMETER = ""
|
||||
local SUBNET_TICKER = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue