From 5cae7a12b2fc4de6549ff64d9956356fa8d81430 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 20 Dec 2025 03:32:45 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index b787eb9..9ab040f 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -353,6 +353,11 @@ local function handle_research_queue(entity, combinator) local combinator_slot_value = combinator_slot.min or 0 + if combinator_slot_value < 0 or combinator_slot_value > 3 then + combinator.set_slot(1, {value = {type = 'virtual', name = 'signal-SA', quality = 'normal'}, min = 0}) + return + end + if combinator_slot_value == 1 or combinator_slot_value == 3 then -- research_queue_read local n = 21