From 5dcfcdf77f26c49dc1419c33f15559ba48981e84 Mon Sep 17 00:00:00 2001 From: Emerson Rosen-Jones Date: Sat, 20 Dec 2025 22:21:35 -0500 Subject: [PATCH] fix: adds required constants --- biofuel-manager.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biofuel-manager.lua b/biofuel-manager.lua index af3c6c8..bc3211d 100644 --- a/biofuel-manager.lua +++ b/biofuel-manager.lua @@ -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 = ""