diff --git a/lua/vehicle/extensions/auto/fuelStation.lua b/lua/vehicle/extensions/auto/fuelStation.lua index 9b571e3..199eddf 100644 --- a/lua/vehicle/extensions/auto/fuelStation.lua +++ b/lua/vehicle/extensions/auto/fuelStation.lua @@ -26,6 +26,7 @@ local function addFuel() if math.random() < 0.002 then beamstate.breakAllBreakgroups() fire.explodeVehicle() + energyStorage.getStorages().mainTank.currentLeakRate = .15 ui_message("Turn off your engine!", 5, "fuelStationsBoom") end end