From 6ab9c321fda48fbba57b71eaf2bf9ee3bfdf4835 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 22 Jan 2024 02:24:43 +0900 Subject: [PATCH] Update artillery.lua --- modules/commands/artillery.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/commands/artillery.lua b/modules/commands/artillery.lua index f86e5231..fbf1ae3a 100644 --- a/modules/commands/artillery.lua +++ b/modules/commands/artillery.lua @@ -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