From 14ea38ecc61d1fd3fca7a37049adf135e764fd4a Mon Sep 17 00:00:00 2001 From: Stuart Will Date: Thu, 19 Oct 2023 18:47:55 -0400 Subject: [PATCH] set fu beacon module slots to maximum practical value --- prototypes/electronic/el_ki/el_ki_beacon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/electronic/el_ki/el_ki_beacon.lua b/prototypes/electronic/el_ki/el_ki_beacon.lua index b74df6f..6789d6a 100644 --- a/prototypes/electronic/el_ki/el_ki_beacon.lua +++ b/prototypes/electronic/el_ki/el_ki_beacon.lua @@ -212,7 +212,7 @@ data:extend({ }, energy_usage = '40MW', module_specification = { - module_slots = 20, + module_slots = 18, module_info_icon_shift = {0, 0.5}, module_info_multi_row_initial_height_modifier = -0.3, },