Update artillery.lua

This commit is contained in:
2024-01-22 02:24:43 +09:00
committed by GitHub
parent a81f902769
commit 6ab9c321fd

View File

@@ -61,7 +61,7 @@ Selection.on_selection(SelectionArtyArea, function(event)
end
if not skip then
player.surface.create_entity{name='artillery-flare', position=e.position, force=player.force, life_time=120, movement={0, 0}, height=0, vertical_speed=0, frame_speed=0}
player.surface.create_entity{name='artillery-flare', position=e.position, force=player.force, life_time=240, movement={0, 0}, height=0, vertical_speed=0, frame_speed=0}
table.insert(hit, e.position)
count = count + 1