From 625fb11c93b167e4c56fb1a9713040adf42574b0 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 9 Aug 2025 00:07:24 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index f74bc77..fe4deba 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -199,6 +199,16 @@ script.on_configuration_changed(function() end end end + + storage.phi_cl = { + cargo_landing_pad_storage = {}, + combinator = { + research_set_combinator_count = 0, + research_queue = {}, + research_queue_set = {}, + research_progress = 0 + } + } end) if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'VP' then