From 7a72acea5edc2d0db1fe87aafd2a12c985d6c73d Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Sun, 10 Apr 2022 17:47:19 +0200 Subject: [PATCH] removed test beacon limit --- scripts/electronic/el_ki_script.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/electronic/el_ki_script.lua b/scripts/electronic/el_ki_script.lua index 2dca596..8802e4b 100644 --- a/scripts/electronic/el_ki_script.lua +++ b/scripts/electronic/el_ki_script.lua @@ -796,8 +796,8 @@ function el_ki_supported_adder() if game.forces[1] then if game.forces[1].technologies['el_ki_sup_4_tech'].researched then global.ki.supported4 = true - --global.ki.supported = 65535 - global.ki.supported = 10 + global.ki.supported = 65535 + --global.ki.supported = 10 gui.update_main() end end