mirror of
https://github.com/BeamMP/BeamNG-FuelStations.git
synced 2025-07-02 15:55:27 +00:00
Added Fuel Leak
When the random setting goes off to explode/set fire to the vehicle, it will also set the Fuel Leak Rate to .15 Liters/second.
This commit is contained in:
parent
194ab7945c
commit
751f8c873e
@ -26,6 +26,7 @@ local function addFuel()
|
|||||||
if math.random() < 0.002 then
|
if math.random() < 0.002 then
|
||||||
beamstate.breakAllBreakgroups()
|
beamstate.breakAllBreakgroups()
|
||||||
fire.explodeVehicle()
|
fire.explodeVehicle()
|
||||||
|
energyStorage.getStorages().mainTank.currentLeakRate = .15
|
||||||
ui_message("Turn off your engine!", 5, "fuelStationsBoom")
|
ui_message("Turn off your engine!", 5, "fuelStationsBoom")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user