From cd4d14691a831c985b8db966d4205bff1c7ce6c1 Mon Sep 17 00:00:00 2001 From: RandomGuyJunior <42807509+RandomGuyJunior@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:44:05 +0200 Subject: [PATCH] T3 Air Aid compatability with Space mod This makes the Aid untargetable from Anti Air, and a spaceship if the space mod is installed. --- lua/tweakdefs8.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/tweakdefs8.lua b/lua/tweakdefs8.lua index 28261a9..8e055a6 100644 --- a/lua/tweakdefs8.lua +++ b/lua/tweakdefs8.lua @@ -199,7 +199,7 @@ for _, faction in pairs(factions) do { blocking = false, canassist = true, - cruisealtitude = 3000, + cruisealtitude = 2000, builddistance = 1750, buildtime = 140000, energycost = 200000, @@ -211,7 +211,7 @@ for _, faction in pairs(factions) do maxthisunit = 1, metalcost = 13400, speed = 25, - category = "OBJECT", + category = "SPACENOTOBJECT", terraformspeed = 3000, turninplaceanglelimit = 1.890, turnrate = 1240,