Revert "Removed breakAllGroups"

This reverts commit fd21f17b82.
This commit is contained in:
BuilderSky
2022-06-26 12:31:44 -05:00
committed by Deer McDurr
parent 4bae754ce6
commit 194ab7945c

View File

@@ -24,8 +24,8 @@ local function addFuel()
if storageType and storageType == "fuelTank" and electrics.values.engineRunning == 1 then
if math.random() < 0.002 then
beamstate.breakAllBreakgroups()
fire.explodeVehicle()
ui_message("Turn off your engine!", 5, "fuelStationsBoom")
end
end