removed test beacon limit

This commit is contained in:
PreLeyZero 2022-04-10 17:47:19 +02:00
parent ee0f86e005
commit 7a72acea5e

View file

@ -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