From c1d8ac912d5c1ffc5570c67fe4174c6d247669b0 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 30 Oct 2024 00:13:12 +0900 Subject: [PATCH] . --- PHI-CL/info.json | 12 +++++++++--- PHI-CL/main.lua | 5 +---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 5b9bc58..065661b 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,8 +1,8 @@ { "name": "PHI-CL", - "version": "3.0.1", + "version": "3.0.2", "factorio_version": "2.0", - "date": "2024-10-29", + "date": "2024-10-30", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "", @@ -13,5 +13,11 @@ "? space-age", "? quality >= 2.0.0", "? elevated-rails > 2.0.0" - ] + ], + "quality_required": false, + "space_travel_required": false, + "spoiling_required": false, + "freezing_required": false, + "segmented_units_required": false, + "expansion_shaders_required": false } \ No newline at end of file diff --git a/PHI-CL/main.lua b/PHI-CL/main.lua index ab9917d..5e7f762 100644 --- a/PHI-CL/main.lua +++ b/PHI-CL/main.lua @@ -273,10 +273,7 @@ function main.EEQ(source, tier) end if item.attack_parameters.ammo_type.action_delivery then - - if item.attack_parameters.ammo_type.action_delivery then - item.attack_parameters.ammo_type.action_delivery.max_length = item.attack_parameters.ammo_type.action_delivery.max_length + (tier - source.min + 1) - end + item.attack_parameters.ammo_type.action_delivery.max_length = item.attack_parameters.ammo_type.action_delivery.max_length + (tier - source.min + 1) end end